thinkphp3.2 隐藏入口文件不起作用

浏览:901 发布日期:2016/01/01 分类:求助交流 关键字: thinkphp3.2 隐藏index.php文件
thinkphp3.2
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
特别说明
thinkphp3.1版本是可以的,现在是升级3.2就不行了?
最佳答案
评论( 相关
后面还有条评论,点击查看>>