LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 627|回复: 2

web服务器缺省页面的问题

[复制链接]
发表于 2003-4-14 22:35:44 | 显示全部楼层 |阅读模式
在rh8.0下用apache配置web服务器成功,在/var/www/html下放至
主页文件index.html,通过http://ip/index.html可以访问到,可是
如果直接使用ip访问则看到的是apache的测试叶面,怎么设置才能让我的
index.html取代它?
发表于 2003-4-15 07:56:05 | 显示全部楼层
5.增加默认启动文档:
DirectoryIndex index.php
DirectoryIndex index.php3
DirectoryIndex index.php4   
DirectoryIndex index.html
DirectoryIndex index.htm
另外一种书写方式DirectoryIndex index.php index.php3 index.php4 index.htm index.html
 楼主| 发表于 2003-4-15 10:41:21 | 显示全部楼层
谢谢,搞定了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表