如何配置改变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