问题
问答题
如何修改Apache服务器的文档根目录
答案
参考答案:修改httpd.conf 文件里面的DocumentRoot 选项到指定的目录,比如: DocumentRoot/www/htdocs
这样http://localhost/index.html 就是对应/www/htdocs/index.html。
如何修改Apache服务器的文档根目录
参考答案:修改httpd.conf 文件里面的DocumentRoot 选项到指定的目录,比如: DocumentRoot/www/htdocs
这样http://localhost/index.html 就是对应/www/htdocs/index.html。