viktor-reference/public/.htaccess
2023-01-18 16:58:33 +01:00

8 lines
221 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /viktor/index.html [L]
</IfModule>