課程
/后端開發
/PHP
/PHP入門篇
Forbidden
You don't have permission to access / on this server.
2015-01-29
源自:PHP入門篇 2-5
正在回答
<Directory />??? Options FollowSymLinks??? AllowOverride None??? Order deny,allow??? Allow from all</Directory>?
在httpd.conf里面找到這句話,改成允許
這是說沒有權限訪問服務器。
你看一下你是否開啟了相應的權限呢~O(∩_∩)O~
舉報
PHP入門教程輕松學習,行業大牛幫您快速掌握PHP編程基礎知識。
1 回答這樣改起來怎么不行,要怎么改呢
8 回答我第一個listen是0.0.0.0:80,這該怎么改
1 回答DocumentRoot "${INSTALL_DIR}/www"這個怎么改啊我的
2 回答這個地方我改錯了 后來就不知道怎么改回來了
1 回答2.4.9httpd.conf怎么改?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-04-07
<Directory />
??? Options FollowSymLinks
??? AllowOverride None
??? Order deny,allow
??? Allow from all
</Directory>?
在httpd.conf里面找到這句話,改成允許
2015-01-30
這是說沒有權限訪問服務器。
你看一下你是否開啟了相應的權限呢~O(∩_∩)O~