0
0

Corrected redirect bug - fixed request_uri position during checks.

This commit is contained in:
Bryan Pedini
2019-04-30 12:00:55 +02:00
parent fe09cd7496
commit 08f540057f
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?query=$1 [L,QSA]
RewriteRule ^(.*)$ index.php?URI=$1 [L,QSA]