|
发表于 2006-2-7 09:22:38
|
显示全部楼层
楼主,首先,你的态度不对。别人好心帮你的忙,即使没帮上,也别恶言相向,至少,感谢一下也是可以的。
其次,改DocumentRoot好像要改两个地方:
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "E:/WebSites/"
再往下五段:
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "E:/WebSites/"> |
|