Mistake When Change DocumentRoot

Hi, SC Staff

I Use ScriptCase, but now i have a problem because need change www folder to another server, only backup purpose something like this

DocumentRoot "//xxx.xxx.x.xxx/www/"


<Directory "//xxx.xxx.x.xxx/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

    #
    # 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.
    #

#   onlineoffline tag - don't remove
    Order Allow,Deny
    Allow from all

</Directory>

if i work like local, not have problem, but when change the WWW folder to another server, when go to SC option show me the path it’s no found, thanks for help

I really don’t see what you are trying to achieve. In general you don’t change apache server config for running production on your local machine? If needed you can add multiple ip’s to listen to but that’s not in this section. Besides this question is not SC related.