404 Not Found: Difference between revisions

Jump to navigation Jump to search
298 bytes added ,  31 May 2017
Line 123: Line 123:
  (對) http://website.url/filename.htm
  (對) http://website.url/filename.htm


=== 網址變成 localhost ===
localhost 是指伺服器本機網址,但是必須在伺服器機器上瀏覽才會正常顯示網頁。可將網址的 localhost 改成原本網站的對外網址。
(錯) <nowiki>http://localhost/page </nowiki>
(對) <nowiki>http://website.com/page </nowiki>


=== 網址前面少了WWW ===
=== 網址前面少了WWW ===

Navigation menu