課程
/前端開發(fā)
/JavaScript
/Ajax全接觸
HTTP Status 404 - /ajaxdemo/untitled.php 怎么鏈接不上
2016-07-22
源自:Ajax全接觸 3-2
正在回答
Check the listening port in httpd.conf, not connection if it is being used.
Check the path & folder where you put your file, the web files are supposed to be in "htdocs" folder.
Check your settings in the dreamweaver, make sure the server settings are all correct ...
Good luck mate~!
404錯(cuò)誤一般是要訪問的頁面不存在,可能是路徑問題。
/ajaxdemo/untitled.php
看看你的路徑對(duì)不對(duì)。(絕對(duì)路徑、相對(duì)路徑)
舉報(bào)
本課程通過一個(gè)案例,講解Ajax的相關(guān)概念原理實(shí)現(xiàn)方式和應(yīng)用
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-07-24
Check the listening port in httpd.conf, not connection if it is being used.
Check the path & folder where you put your file, the web files are supposed to be in "htdocs" folder.
Check your settings in the dreamweaver, make sure the server settings are all correct ...
Good luck mate~!
2016-07-22
404錯(cuò)誤一般是要訪問的頁面不存在,可能是路徑問題。
/ajaxdemo/untitled.php
看看你的路徑對(duì)不對(duì)。(絕對(duì)路徑、相對(duì)路徑)