修改配置文件
This commit is contained in:
parent
b95d7c0a4a
commit
88e02ece62
|
@ -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]
|
Loading…
Reference in New Issue