Update .htaccess

This commit is contained in:
全栈小学生 2024-11-18 09:11:02 +08:00
parent c012b18982
commit 971f078abc

View File

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