Apache:設定首頁運行indexhtml indexphp的順序

WBOY
發布: 2016-07-29 09:11:45
原創
2025 人瀏覽過

轉自:http://blog.sina.com.cn/s/blog_a345dd4c01011wug.html

編輯httpd.conf文件,找到DirectoryIndex後面加上一個index.php。
例如,我把DirectoryIndex這行改為:DirectoryIndex index.html index.htm index.php index.html.var
儲存編輯的內容,重新啟動Apache就可以實現了。

DirectoryIndex index.html index.htm index.php index.php3

如果上述設定後仍無法依序運行首頁,那麼還得修改一下php相關設定檔php. conf
/etc/httpd/conf.d/php.conf檔案中的
DirectoryIndex index.php
上面甚至是index.php 優先,如果把DirectoryIndex index.php去掉,則index.html,應該也可以改成DirectoryIndex index .html 或DirectoryIndex  index.html index.php

以上就介紹了Apache:設定首頁運行indexhtml indexphp的順序,包含了Apache方面的內容,希望對PHP教學有興趣的朋友有幫助。

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板