iis6.0 vps里面设置隐身index.php不行

浏览:968 发布日期:2013/08/05 分类:求助交流 关键字: 隐藏index.php
求指教 目录里面也放了.htaccess
# Helicon ISAPI_Rewrite configuration file
# Version 3.1.0.102

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

也安装了
ISAPI_Rewrite3
httpd.ini 但是里面没有这个文件 我是不是哪一步错误了
ISAPI赛选器也设置了
convention.php 也设置了 模式2 尾部html 就是一直没办法隐藏index.php求指教 尾部html已经搞定

附件 QQ图片20130805152658.jpg ( 3.56 KB 下载:12 次 )

最佳答案
评论( 相关
后面还有条评论,点击查看>>