This commit is contained in:
toogee 2020-03-21 12:30:28 +08:00
parent ae208be1d0
commit b7a07c48f8

View File

@ -1,10 +1,8 @@
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
FileETag MTime Size
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>