上面是访问文件
下面是访问文件目录
你的index.php目录存在吗

解决方案 »

  1.   

    在iis里面加上
    检测文件是否存在
      

  2.   

    服务器是 win2003   apache2.0+php+mysql
    具体怎么改!
      

  3.   

    我在Apache 1.3.33测试了,没问题
    http://localhost/info.php
    http://localhost/info.php/
    都可以正常显示
      

  4.   

    唠叨兄:   完整的代码如何写  是写到 apache conf中吗<Files "*.*">
    Options +Includes
    SetOutputFilter INCLUDES
    AcceptPathInfo on
    </Files>上述 *.*如何填写
      

  5.   

    错了。Apache 版本是 Apache/1.3.29