.htaccess 重写去index.php

.htaccess 重写去index.php

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>

posted @ 2016-09-22 07:01  male110  阅读(2415)  评论(0编辑  收藏  举报