Xampp
XAMPP - 更改 DocumentRoot 文件夾不起作用
我遇到了一個奇怪的問題,我還沒有遇到過。當我更改 DocumentRoot 並重新啟動伺服器時,未應用更改。它以前有效,但突然就不行了。
DocumentRoot "F:/xampp/htdocs/www/pct/"
我也肯定會編輯正確的文件:
F:\xampp\apache\conf\httpd.conf
您確定您正在編輯您正在使用的虛擬主機的 DocumentRoot 嗎?確保 DocumentRoot 指令位於您目前使用的虛擬主機下。
它應該是這樣的:
<virtualhost *:80> DocumentRoot ***** .....other stuffs.... </virtualhost>