fix guillemets
davvalent

davvalent commited on 2022-05-18 15:05:33
Showing 1 changed files, with 1 additions and 1 deletions.

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