2020-04-18 00:51:33 +02:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteBase /eesyphp
|
|
|
|
|
|
|
|
# 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
|
2021-07-28 18:18:36 +02:00
|
|
|
RewriteRule ^ index.php [L]
|