apache配置虚拟路径

修改C:\WINDOWS\system32\drivers\etc\hosts文件,配置虚拟路径名称
############################################
    ServerName phpweb20

    DocumentRoot
        "C:/WAMP/Apache/htdocs/workspace/flex/phpweb20/public"
                
        AllowOverride All
        Options All

    php_value include_path
        ".;C:/WAMP/library;C:/WAMP/php/PEAR;
            C:/WAMP/Apache/htdocs/workspace/flex/phpweb20/library"

    php_value magic_quotes_gpc off
    php_value register_globals off

############################################

你可能感兴趣的:(apache,C++,c,PHP,Flex)