課程
/后端開(kāi)發(fā)
/PHP
/PHP入門(mén)篇
localhost在瀏覽器上打不開(kāi)
2015-10-11
源自:PHP入門(mén)篇 2-3
正在回答
?Order Deny,Allow???? Deny from allow???? Allow from 127.0.0.1???? Allow from ::1???? Allow from localhost????? 阿帕奇的配置文件,找到這里,最下面加上 Allow from localhost。上面改成allow.你對(duì)照著改改
戴語(yǔ) 提問(wèn)者
是的,就是你說(shuō)的情況
真巧了,這個(gè)我前幾天也遇到了。你試一試,是不是127.0.0.1可以打開(kāi),然后localhost打不開(kāi)???如果是我再詳細(xì)給你說(shuō)下咋個(gè)解決的,如果不是那我也不知道了。
舉報(bào)
PHP入門(mén)教程輕松學(xué)習(xí),行業(yè)大牛幫您快速掌握PHP編程基礎(chǔ)知識(shí)。
1 回答打不開(kāi)localhost啊。。。
2 回答localhost/test.php 打不開(kāi)啊。
2 回答localhost打不開(kāi)
1 回答localhost打不開(kāi)
6 回答localhost打不開(kāi)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2015-10-20
?Order Deny,Allow
???? Deny from allow
???? Allow from 127.0.0.1
???? Allow from ::1
???? Allow from localhost????? 阿帕奇的配置文件,找到這里,最下面加上 Allow from localhost。上面改成allow.你對(duì)照著改改
2015-10-12
是的,就是你說(shuō)的情況
2015-10-12
真巧了,這個(gè)我前幾天也遇到了。你試一試,是不是127.0.0.1可以打開(kāi),然后localhost打不開(kāi)???如果是我再詳細(xì)給你說(shuō)下咋個(gè)解決的,如果不是那我也不知道了。