appache中如何设置默认访问页?
摘要:目标:服务器的根目录wwwroot下有三个文件index.php index.html index.htm,要求输入http://localhost时默认访问index.php这个文件。appache配置方法:不管是Linux版的还是Windows版的配置方法基本一样,在你的安装appache的目录下找到httpd.conf 这个配置文件,找到以下这段:<IfModule dir_module> DirectoryIndex index.php index.html index.htm</IfModule> 在DirectoryIndex 后面写上你要设置的默认主页in
阅读全文
posted @ 2012-09-29 13:03
浙公网安备 33010602011771号