mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 14:33:02 +01:00
8 lines
226 B
ApacheConf
8 lines
226 B
ApacheConf
|
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]
|