Blogger Information
Blog 21
fans 0
comment 0
visits 28374
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
配置改变Apache首页文件名
a张张张浩的博客
Original
1046 people have browsed it

 如何配置改变Apache首页文件名:

当你输入例如

http://localhost时,Apache会默认打开index.html文件,如果你想修改首页文件或者增加首页文件时,仍然打开httpd.conf,

找到DirectoryIndex

修改index.html为你想要文件名即可

<IfModule dir_module>
    DirectoryIndex index.html index.php index.htm l.php
</IfModule>

比如1.php。如果你想添加多个首页文件,可以用空格隔开,文件的前后顺序就是首页文件读取的优先度。重起Apache服务。

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post