[ISAPI_Rewrite]# 3600 = 1 hour
CacheClockRate 3600RepeatLimit 32# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule ^(.*)/index\.html\?*(.*)$ $1/index.php这个是部分的伪静态,
我只是想让首页index.php显示成index.html
有错么?上半部分是空间服务商提供的,应该不会错。
就是下面的这个

解决方案 »

  1.   

    试试把:
    RewriteRule ^(.*)/index\.html\?*(.*)$ $1/index.php
    换为:
    RewriteRule /index.html /index.php [N,I]
      

  2.   

    都说是iis服务器,前面要有这个啊“ ^(.*)”
      

  3.   

    ISAPI_Rewrite3.1教程中文版
      

  4.   

    现在又遇到了一个问题,就是我们的后台传入一个index.php文件后
    进入后台那个文件显示的是index.html但是未重启服务器,别的index.php页面也未曾出现这样的情况
      

  5.   

    求救啊,为什么我的伪静态代码上传后,在设置伪静态页面把.php换成.html能打开???