TP6 阿帕奇去 index.php

<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>

posted @ 2020-07-31 11:42  羽鱼  阅读(148)  评论(0编辑  收藏  举报