當我嘗試使用curl
或file_get_contents
從http://example.com/中讀取類似http://example.com/python/json/的內容時,我應該得到一個JSON響應,但我得到一個404錯誤。在我自己的域之外使用curl或任何其他方法可以很好地工作。從自己的域中讀取文件的結果爲404
echo file_get_contents('http://example.com/python/json/'); => 404
echo file_get_contents('http://google.com'); => OK
相同的腳本在我的筆記本電腦上工作,但我無法弄清楚有什麼不同。
謝謝。我將域名更改爲IP地址,我們都設置好了。 – 2008-10-30 19:37:05