課程
/后端開發
/PHP
/PHP入門篇
怎么改這個目錄?DocumentRoot "${INSTALL_DIR}/www"
2019-04-13
源自:PHP入門篇 2-3
正在回答
DocumentRoot "f:/PHP"<Directory "f:/PHP">
這樣,然后在
vhosts里面也要 更改
DocumentRoot "f:/PHP"? <Directory "f:/PHP">
carol_PHP
DocumentRoot: The directory out of which you will serve your這樣怎么辦?
我都改了 為啥運行出來還是源碼?
舉報
PHP入門教程輕松學習,行業大牛幫您快速掌握PHP編程基礎知識。
1 回答demo根目錄怎么改
1 回答為什么我修改根目錄不成功呢?這是我在httpd.conf中的修改
1 回答修改根目錄
1 回答改根目錄錯誤
2 回答更改根目錄報錯
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2019-04-23
DocumentRoot "f:/PHP"
<Directory "f:/PHP">
這樣,然后在
vhosts里面也要 更改
DocumentRoot "f:/PHP"
? <Directory "f:/PHP">
2019-08-12
DocumentRoot: The directory out of which you will serve your這樣怎么辦?
2019-06-27
我都改了 為啥運行出來還是源碼?