Remove old htaccess file

This commit is contained in:
2022-08-14 23:11:42 +02:00
parent 2f4c6e2543
commit 8d03ea5eec

View File

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