【问题标题】:How do I set the default page of my website as index.html?如何将我网站的默认页面设置为 index.html?
【发布时间】:2015-05-05 19:27:33
【问题描述】:

我正在制作我公司的网站,并通过 Filezilla 处理 FTP。但是,即使我已经有一个名为 index.html 的页面作为主页,但当我在浏览器中打开我的网站时,它并没有设置为默认页面。

我在一些论坛上读到这个设置必须由 apache 进行,但我不知道该怎么做。

【问题讨论】:

    标签: apache


    【解决方案1】:

    是的,您的 Apache 配置中的 DirectoryIndex 指令必须包含(以及潜在的其他)index.html

    http://httpd.apache.org/docs/2.2/mod/mod_dir.html

    但这通常是默认设置,因此请确保您的文件实际命名为 index.html 而不是 Index.htmlindex.HTML 或任何其他大小写变体,因为 *nix 服务器区分大小写。

    【讨论】:

      猜你喜欢
      • 2014-05-04
      • 1970-01-01
      • 1970-01-01
      • 2012-01-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多