website/public/.htaccess

4 lines
116 B
ApacheConf
Raw Normal View History

2021-08-05 13:51:44 +02:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]