如何配置改變Apache首頁文件名:php
當你輸入例如html
http://localhost時,Apache會默認打開index.html文件,若是你想修改首頁文件或者增長首頁文件時,仍然打開httpd.conf,spa
找到DirectoryIndexcode
修改index.html爲你想要文件名便可htm
<IfModule dir_module> DirectoryIndex index.html index.php index.htm l.php </IfModule>
好比1.php。若是你想添加多個首頁文件,能夠用空格隔開,文件的先後順序就是首頁文件讀取的優先度。重起Apache服務。blog