davvalent commited on 2022-05-18 15:15:19
Showing 1 changed files, with 3 additions and 5 deletions.
| ... | ... |
@@ -1,6 +1,4 @@ |
| 1 | 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?path=$1 [L] |
|
| 5 |
- |
|
| 6 |
- |
|
| 2 |
+#RewriteCond %{HTTP_HOST} ^data\.qdmtl\.ca$ [OR]
|
|
| 3 |
+#RewriteCond %{HTTP_HOST} ^www\.data\.qdmtl\.ca$
|
|
| 4 |
+RewriteRule ^([A-Z][a-z]+/.+)$ data.php?path=$1 [L] |
|
| 7 | 5 |
\ No newline at end of file |
| 8 | 6 |