[更新]上传Apache伪静态文件

This commit is contained in:
Anyon 2017-05-10 15:32:09 +08:00
parent 55d8267503
commit 94f0e57285

View File

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