mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
Remove RewriteCond to always redirect request via LSurl
This commit is contained in:
parent
1dd07fd523
commit
4bd18a14e4
1 changed files with 0 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue