Apache配置默认主页

Posted 田园牧歌2018

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache配置默认主页相关的知识,希望对你有一定的参考价值。

Apache配置默认主页

  1.  

    进入Apache的conf目录

     

     

     

    打开httpd.conf文件输入:

    在文件末位添加:

       <Directory "F:/www_php/blog_com/my_blog">

          Options  Indexes FollowSymLinks Includes

          AllowOverride None

          Order allow,deny

          Allow from all

          DirectoryIndex blog_index.php default.php index.html 

       </Directory>

    另一种方法:

    3.1:查找# Virtual hosts

    3.2:将# Include conf/extra/httpd-vhosts.conf前面的“#”去掉

    3.3:打开Apache目录下Apache2.2\\conf\\extra\\httpd-vhosts.conf文件

    3.4:在文件末尾添加

       <Directory "F:/www_php/blog_com/my_blog">

          Options  Indexes FollowSymLinks Includes

          AllowOverride None

          Order allow,deny

          Allow from all

          DirectoryIndex blog_index.php default.php index.html 

       </Directory>

    重启


    测试
    1输入blog.com如果能正常访问项目主页则成功

以上是关于Apache配置默认主页的主要内容,如果未能解决你的问题,请参考以下文章

如何恢复mac自带apache的默认配置

安装配置Apache

安装配置Apache

apache配置文件中怎么配置php

修改TOMCAT默认主页

如何在CentOS配置Apache的HTTPS服务