rewrite pour $path dans data.php
davvalent

davvalent commited on 2022-05-18 14:58:15
Showing 1 changed files, with 6 additions and 0 deletions.

... ...
@@ -0,0 +1,6 @@
1
+RewriteEngine on
2
+RewriteCond %{HTTP_HOST} ^data.qdmtl\.ca$ [OR]
3
+RewriteCond %{HTTP_HOST} ^www\.data.qdmtl\.ca$
4
+RewriteRule ^/([A-Z][a-z]+/.+)$  "data.php?p=$1"   [L]
5
+
6
+
0 7