看板 Web_Design 關於我們 聯絡資訊
我剛安裝完 沒有動過httpd.conf 把網頁東西放到/htdocs是可以連上看到 可是網址就是一定要打 http://localhost/index.html 如果打http://localhost/ 就會出現一開始的測試畫面 (空白只有It Works!兩字) 請問如何設定Apache使得我打http://localhost/ 就自動給我http://localhost/index.html的頁面呢? 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.247.106
TonyQ:這應該是deafult值中,有另一個網頁 (可能是index.htm ) 11/23 00:16
TonyQ:優先權排在 index.html之前 , 你可以刪掉那個網頁 , 也可以 11/23 00:16
TonyQ:指定index.html當 default index , 11/23 00:17
TonyQ:這篇有講到 conf的設定 找indexes看 http://0rz.tw/093mQ 11/23 00:17