其他分享
首页 > 其他分享> > 后台环境搭建(四)

后台环境搭建(四)

作者:互联网

Apache基本配置

1.主目录
将DocumentRoot和Directory修改为期望目录

若期望目录为D盘下www文件夹,则改为:
DocumentRoot "D:\www"
<Directory "D:\www">

2.默认首页
修改DirectoryIndex选项,多个文件名以空格分隔

默认首页为 index.html和index.php:
DirectoryIndex index.html index.php

3.保存并重启Apache

IT_lxb 发布了6 篇原创文章 · 获赞 0 · 访问量 80 私信 关注

标签:index,www,默认首页,环境,Apache,html,DocumentRoot,后台,搭建
来源: https://blog.csdn.net/IT_lxb/article/details/104149320