1
0
mirror of https://github.com/insomniafi/fallback synced 2024-09-19 15:01:11 +00:00

Update .htaccess

This commit is contained in:
Christer Warén 2024-01-03 08:52:02 +02:00
parent 7b3b48c07e
commit 0a3294409e

View File

@ -10,5 +10,4 @@ RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.html [NC,L,QSA] RewriteRule ^(.*)$ index.html [NC,L,QSA]
</IfModule> </IfModule>