修改配置文件

This commit is contained in:
陈俊宏 2024-07-02 16:09:50 +08:00
parent b95d7c0a4a
commit 88e02ece62
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]