jassen/public/.htaccess
2026-07-25 18:51:57 +02:00

7 lines
165 B
ApacheConf

RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]