Workaround for #1645

This commit is contained in:
the-djmaze 2024-07-01 15:41:33 +02:00
parent dcfe7d3f2d
commit 47d18cafa3
4 changed files with 24 additions and 21 deletions

View file

@ -1,16 +1,16 @@
#<FilesMatch "index\.php">
# allow from all
# AcceptPathInfo On
#</FilesMatch>
<FilesMatch "index\.php">
allow from all
AcceptPathInfo On
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine On
# Redirect cPanel
RewriteRule cpsess.* https://%{HTTP_HOST}/ [L,R=301]
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.+)$ index.php/$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php/$1 [L,QSA]
</IfModule>
<IfModule mod_expires.c>