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 私信 关注