website/public/.htaccess

3 lines
80 B
ApacheConf
Raw Permalink Normal View History

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