Fix .htaccess rewrite
This commit is contained in:
parent
f0e8bd9ee1
commit
f99f28712c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
# any requests for files which don't physically exist should be handled by index.php
|
# any requests for files which don't physically exist should be handled by index.php
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
|
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} "[L,B= ?,BNP]"
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
<IfModule mod_expires.c>
|
<IfModule mod_expires.c>
|
||||||
|
|
Reference in a new issue