?????
http://localhost/index.html.en

解决方案 »

  1.   

    http://localhost:8088/index.html.en
      

  2.   

    那是apache的问题。DirectoryIndex index.php index.html
      

  3.   

    没编译好!重新下个新的,都用2.0了!谁还用1.3撒!老土!编译完conf设置没有?
      

  4.   

    不过你也得自己放个index.html或者index.php啊
      

  5.   

    去掉index.html.en后面的.en浏览http://localhost/index.html看看行不行
      

  6.   

    c:/apache/httpd.conf http://127.0.0.1
      

  7.   

    之前输入http://127.0.0.1:8088 就可以看到Apache默认页面,而不是文件列表
    安装新版本的php后才出现上面的情况
    然而我的程序完全可以执行,譬如输入 http://127.0.0.1:8088/admin/
    就可以执行显示index.php
      

  8.   

    if(index.html不存在)  copy index.html.en index.html;
    else
    {
        查看 httpd.conf 中的 DirectoryIndex ;
        if(DirectoryIndex != index.html) add index.html;
        else printf("不太可能吧!!!\n");
    }我估计你的DirectoryIndex=index.php
      

  9.   


    httpd.conf 我配置很全的哦
    DirectoryIndex index.php default.php index.htm index.html default.htm default.html
    是否Apache/htdocs目录下就不存在index或default文件呢?
    奇怪,以前显示的好像不是列表啊??
    谢谢各位!!!
      

  10.   

    晕,找index.html肯定没有的
    有的是index.html.en