修改配置文件

This commit is contained in:
陈俊宏 2024-07-02 16:07:10 +08:00
parent 20b7842795
commit 42dd826356
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>