davvalent commited on 2022-05-18 14:58:15 Showing 1 changed files, with 6 additions and 0 deletions.
@@ -0,0 +1,6 @@
+RewriteEngine on
+RewriteCond %{HTTP_HOST} ^data.qdmtl\.ca$ [OR]
+RewriteCond %{HTTP_HOST} ^www\.data.qdmtl\.ca$
+RewriteRule ^/([A-Z][a-z]+/.+)$ "data.php?p=$1" [L]
+