14,970
edits
m (→使用網站本身的分類來尋找文章) |
|||
| 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 === | ||