Skip to content
Snippets Groups Projects
Commit 5c002d94 authored by FALKE JANOS's avatar FALKE JANOS :island:
Browse files

Add .htaccess

parent f98b50ce
Branches
No related merge requests found
Pipeline #67090 passed with stage
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment