[問題] /var/www/html

看板Linux作者 (天涯劍客)時間11年前 (2012/11/07 12:02), 編輯推噓0(008)
留言8則, 4人參與, 最新討論串1/2 (看更多)
小弟在 /var/www/html 下放了 index.html檔 本來可以看到首頁 http://163.23.109.193 不能看到 後來改了 cd /etc/httpd/conf vi httpd.conf 和php.ini的設定檔 現在php是起來了 可是放index.html在/var/www/html看不到 http://163.23.109.193/phpinfo.php 可以看到 請教我要怎麼改設定檔 -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 163.23.109.197

11/07 12:03, , 1F
我放index.php index.html index.htm 在/var/www/html下都
11/07 12:03, 1F

11/07 12:04, , 2F
改設定以前是可以看到index.html的
11/07 12:04, 2F

11/07 12:16, , 3F
DirectoryIndex index.php 改 DirectoryIndex index.html
11/07 12:16, 3F

11/07 12:18, , 4F
不知道這樣可不可行
11/07 12:18, 4F

11/07 17:18, , 5F
ServerName是啥?
11/07 17:18, 5F

11/07 22:43, , 6F
httpd.conf 裡的 DirectoryIndex 後面參數注意"順序"
11/07 22:43, 6F

11/07 22:45, , 7F
目前優先顯示 index.php 是因為你 index.php 放最前面
11/07 22:45, 7F

11/07 22:45, , 8F
index.html 不是不顯示 只是不優先顯示
11/07 22:45, 8F
文章代碼(AID): #1GcTrLD1 (Linux)
文章代碼(AID): #1GcTrLD1 (Linux)