change web root apache mac OS X

后端 未结 7 2006
执念已碎
执念已碎 2020-12-30 01:34

I cant change my web root in apache, for some reason it points to /Sites/folder1/folder2 instead of it pointing to /Sites. I configured and change my apache

7条回答
  •  萌比男神i
    2020-12-30 01:43

    there is a documentroot property in the /etc/apache2/httpd.conf on osx. so we can easily change the path like this;

    DocumentRoot "{YOUR_ROOT_PATH}"

提交回复
热议问题