MozTW 討論區 https://forum.moztw.org/ |
|
是only for IE的網頁嗎? https://forum.moztw.org/viewtopic.php?f=13&t=5176 |
第 1 頁 (共 1 頁) |
發表人: | Cuteelf [ 2004-12-22, 21:41 ] |
文章主題 : | 是only for IE的網頁嗎? |
http://shopping.vtec.tv 用Firefox瀏覽時會出現:The page cannot be found. 可是用IE卻一切正常@_@ 不知道是我的設定有誤,或是網頁本身的問題, 可以麻煩有空的版友幫忙測試一下,看看問題出在哪裡嗎? 大感謝m(_ _)m |
發表人: | 訪客 [ 2004-12-22, 22:09 ] |
文章主題 : | |
我不是大大,不過阿,這網站真的很奇怪. 他真正的 404 ERROR 長這樣. --------------------------------- Not Found The requested URL /dsfasdf was not found on this server. Apache/2.0.48 (Fedora) Server at shopping.vtec.tv Port 80 ------------------------------------- 但是,如果以 FIREFOX 連首頁. 直接回傳的就是看起來像是 404 ERROR 的頁面. --------------------------- The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please try the following: * If you typed the page address in the Address bar, make sure that it is spelled correctly. * Open the shopping.vtec.tv home page, and then look for links to the information you want. * Click the Back button to try another link. HTTP 404 - File not found Internet Information Services ------------------------------------- Cuteelf 寫: http://shopping.vtec.tv
用Firefox瀏覽時會出現:The page cannot be found. 可是用IE卻一切正常@_@ 不知道是我的設定有誤,或是網頁本身的問題, 可以麻煩有空的版友幫忙測試一下,看看問題出在哪裡嗎? 大感謝m(_ _)m |
發表人: | 訪客 [ 2004-12-22, 22:40 ] |
文章主題 : | |
mmm. 也許真的是 FIREFOX 問題也說不定. 用 LYNX 看居然也是正常的. |
發表人: | 訪客 [ 2004-12-22, 23:37 ] |
文章主題 : | |
不知道是哪邊的問題.不過可能對方的問題成分比較大. 以下是 IE 送出的檔頭 ------------------------- GET / HTTP/1.1 Accept: */* Accept-Language: zh-tw Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Host: shopping.vtec.tv Connection: Keep-Alive --------------------------------- SERVER 會還傳正確的資料. 底下是 FIREFOX 送出的檔頭 ------------------------- GET / HTTP/1.1 Host: shopping.vtec.tv User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: zh-tw,zh-cn;q=0.9,zh-hk;q=0.7,zh-sg;q=0.6,zh;q=0.4,en-us;q=0.3,en;q=0.1 Accept-Encoding: gzip,deflate Accept-Charset: Big5,utf-8;q=0.7,*;q=0.7 Keep-Alive: 30 Connection: keep-alive -------------------------------------- 傳回的是 200 的成功訊息. 但卻回傳內容為 偽 404 ERROR 錯誤的網頁. 我是過用 TELNET 傳送 上述檔頭,果真回傳的是偽 404 錯誤網頁. (可以試試 TELNET shopping.vtec.tv 80 <- 指令 等待 SERVER 回應( Trying 209.172.127.74... Connected to shopping.vtec.tv. Escape character is '^]'. ) 輸入 GET / HTTP/1.1 Host: shopping.vtec.tv User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: zh-tw,zh-cn;q=0.9,zh-hk;q=0.7,zh-sg;q=0.6,zh;q=0.4,en-us;q=0.3,en;q=0.1 Accept-Encoding: gzip,deflate Accept-Charset: Big5,utf-8;q=0.7,*;q=0.7 Keep-Alive: 30 Connection: keep-alive (最後輸入連續兩個 ENTER) 比較兩者不同的只有 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: zh-tw,zh-cn;q=0.9,zh-hk;q=0.7,zh-sg;q=0.6,zh;q=0.4,en-us;q=0.3,en;q=0.1 Accept-Charset: Big5,utf-8;q=0.7,*;q=0.7 應該是 SERVER 端處理錯誤. Anonymous 寫: mmm. 也許真的是 FIREFOX 問題也說不定.
用 LYNX 看居然也是正常的. |
發表人: | 訪客 [ 2004-12-22, 23:43 ] |
文章主題 : | |
找到了. SERVER 端無法正確處理這個檔頭要求 Accept-Language: zh-tw,zh-cn;q=0.9,zh-hk;q=0.7,zh-sg;q=0.6,zh;q=0.4,en-us;q=0.3,en;q=0.1 所以,解決方法很簡單. 選項 -> 一般 -> 語言 語言選項,只選取一項, 其餘刪除. 譬如,只保留 zh-TW 儲存. 重新載入網頁即可正常顯示 |
發表人: | Cuteelf [ 2004-12-22, 23:58 ] |
文章主題 : | |
哇!這下終於可以順利在Firefox瀏覽網頁, 不必再切到IE了! 謝謝謝謝^^ Anonymous 寫: 找到了. SERVER 端無法正確處理這個檔頭要求 Accept-Language: zh-tw,zh-cn;q=0.9,zh-hk;q=0.7,zh-sg;q=0.6,zh;q=0.4,en-us;q=0.3,en;q=0.1 所以,解決方法很簡單. 選項 -> 一般 -> 語言 語言選項,只選取一項, 其餘刪除. 譬如,只保留 zh-TW 儲存. 重新載入網頁即可正常顯示 ![]() ![]() |
發表人: | 訪客 [ 2004-12-23, 00:02 ] |
文章主題 : | |
不客氣, 順便測試 User Agent Cuteelf 寫: 哇!這下終於可以順利在Firefox瀏覽網頁,
不必再切到IE了! 謝謝謝謝^^ |
發表人: | ghost [ 2004-12-23, 00:12 ] |
文章主題 : | |
看來只是無法正確處理 Accept-Language: en-us 所以你可以保留其他設定. 這樣你瀏覽其他語系網頁會比較方便. 只要拿掉 en-us 即可正常運作. mmm.好爛的系統架設. PS: 你可以在 IE 語言設定加入 EN-US 也會出現錯誤網頁歐. |
第 1 頁 (共 1 頁) | 所有顯示的時間為 UTC + 8 小時 |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |