1
0
mirror of https://github.com/insomniafi/extra synced 2024-10-31 20:20:40 +00:00

Update .htaccess

This commit is contained in:
Christer Warén 2024-01-03 08:52:40 +02:00
parent ce7e6c8a57
commit a9e446d9a2

View File

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