eesyphp/example/public_html/.htaccess

9 lines
221 B
ApacheConf
Raw Normal View History

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
RewriteRule ^ index.php [L]