道非道 非常道

勤思、谨言、慎行、厚积、薄发

统计

web

天圆

经济 政治 军事

键康

php 上下文修改路径

打开  apache   conf/httpd.conf 文件,修改其中的默认属性: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 "D:/php/project/"



#
#
 Each directory to which Apache has access can be configured with respect
#
 to which services and features are allowed and/or disabled in that
#
 directory (and its subdirectories). 
#
#
 First, we configure the "default" to be a very restrictive set of 
#
 features.  
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
    
#Order deny,allow
    # Deny from all
    # Satisfy all
</Directory>
指向修改后的路径 记得注释掉一些属性。

posted on 2009-11-19 12:39 星期五 阅读(263) 评论(0)  编辑  收藏 所属分类: server


只有注册用户登录后才能发表评论。


网站导航: