Remove RewriteCond to always redirect request via LSurl

This commit is contained in:
Benjamin Renard 2020-05-07 09:52:29 +02:00
parent 1dd07fd523
commit 4bd18a14e4

View file

@ -1,7 +1,2 @@
RewriteEngine On
# If the request is not for a valid file
RewriteCond %{REQUEST_FILENAME} !-f
# If the request is not for a valid link
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ index.php?REQUESTED_URL=$1 [L,QSA]