如题

解决方案 »

  1.   

    apache/conf/httd.conf//修改到你指定的目录
    DocumentRoot "E:/www"<Directory "E:/www">
        #
        # Possible values for the Options directive are "None", "All",
        # or any combination of:
        #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
        #
        # Note that "MultiViews" must be named *explicitly* --- "Options All"
        # doesn't give it to you.
        #
        # The Options directive is both complicated and important.  Please see
        # http://httpd.apache.org/docs/2.2/mod/core.html#options
        # for more information.
        #
        Options Indexes FollowSymLinks Includes ExecCGI    #
        # AllowOverride controls what directives may be placed in .htaccess files.
        # It can be "All", "None", or any combination of the keywords:
        #   Options FileInfo AuthConfig Limit
        #
        AllowOverride All    #
        # Controls who can get stuff from this server.
        #
        Order allow,deny
        Allow from all</Directory>
      

  2.   

    楼上+1,
    DocumentRoot "E:/www";
    我再补充一下吧,wamp下有apache目录,进去以后有个conf文件,打开以后搜索www就可以了,有好几个www,然后找到DocumentRoot,然后修改就可以了,修改完以后要重启apache才可以