Author: jfthomps
Date: Wed May 16 20:22:09 2012
New Revision: 1339340

URL: http://svn.apache.org/viewvc?rev=1339340&view=rev
Log:
VCL-576
Finalizing for 2.3 release

conf-default.php: added /vcl to end of BASEURL to better match install docs

Modified:
    incubator/vcl/trunk/web/.ht-inc/conf-default.php

Modified: incubator/vcl/trunk/web/.ht-inc/conf-default.php
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/conf-default.php?rev=1339340&r1=1339339&r2=1339340&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/conf-default.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/conf-default.php Wed May 16 20:22:09 2012
@@ -21,7 +21,7 @@ define("ONLINEDEBUG", 1);     // 1 to di
 
 ################   Things in this section must be modified 
#####################
 
-define("BASEURL", "https://vcl.example.org";);   // no trailing slash - all of 
the URL except /index.php
+define("BASEURL", "https://vcl.example.org/vcl";);   // no trailing slash - all 
of the URL except /index.php
 define("SCRIPT", "/index.php");                 // this should only be 
"/index.php" unless you rename index.php to something else
 define("HELPURL", "https://vcl.example.org/help/";); // URL pointed to by the 
"Help" link in the navigation area
 define("HELPEMAIL", "vcl_h...@example.org");        // if an unexpected error 
occurs, users will be prompted that they can email


Reply via email to