Update .htaccess

This commit is contained in:
全栈小学生 2024-11-16 14:35:24 +08:00
parent 686d92cc4c
commit f695425554

View File

@ -3,6 +3,6 @@
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L,UnsafeAllow3F]
RewriteEngine on RewriteCond % !^$ RewriteEngine on RewriteCond % !^$
</IfModule> </IfModule>