关于隐藏index.php问题

浏览:424 发布日期:2013/11/12 分类:求助交流
用上一个版本建立了一个.htaccess文件
写了<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>index.php可以隐藏但是3.13版本的就不好用了,但是每个模块去掉index.php直接访问是没有问题的,又碰到这种情况的吗?高手指点下
最佳答案
评论( 相关
后面还有条评论,点击查看>>