課程
/后端開發(fā)
/PHP
/PHP入門篇
按步驟來的? 403錯誤
2015-01-07
源自:PHP入門篇 2-4
正在回答
//可能是apache版本問題,如果沒有找到視頻中所說的Deny的話,就按照下面的來
1.打開httpd.conf 找到如下位置
? ?#Include conf/extra/httpd-vhosts.conf 去掉前面的#號
????然后找到
???#? ?# Controls who can get stuff from this server.? ?#? ?如果是Require all denied 修改成 Require all granted 然后保存退出
2.安裝視頻要求修改vhost文件
3.根據(jù)要求修改C:\Windows\System32\Drivers\etc\hosts文件
4重啟wamp服務(wù)
舉報(bào)
PHP入門教程輕松學(xué)習(xí),行業(yè)大牛幫您快速掌握PHP編程基礎(chǔ)知識。
1 回答403 Forbidden
3 回答403 Forbidden
4 回答test01和test02都可以打開,但localhost打不開 403 Forbidden
7 回答請問 phpMyadmin打開之后顯示403 forbidden該怎么解決?
2 回答403 Forbidden 新手求解 弄了好幾天 實(shí)在沒辦法了
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-01-10
//可能是apache版本問題,如果沒有找到視頻中所說的Deny的話,就按照下面的來
1.打開httpd.conf 找到如下位置
? ?#Include conf/extra/httpd-vhosts.conf 去掉前面的#號
????然后找到
???#
? ?# Controls who can get stuff from this server.
? ?#
? ?如果是Require all denied 修改成 Require all granted 然后保存退出
2.安裝視頻要求修改vhost文件
3.根據(jù)要求修改C:\Windows\System32\Drivers\etc\hosts文件
4重啟wamp服務(wù)