|
发表于 2008-11-8 22:25:56
|
显示全部楼层
Post by MagicGam;1905685
我的服务器所需的软件都按教程上的装好了,可只能访问默认的原来的测试页“it works!"自己放在目录中的文件页面不能访问,不知是怎么回事?
这是因为你的http的主目录是默认的,修改以下目录及相应的权限
DocumentRoot [color="Blue"]"你的目录"
This should be changed to whatever you set DocumentRoot to.
#
<Directory "[color="Blue"]你的目录">
#
# Possible values for the Options directive are "None", "All",
# or any combination of: |
|