You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2009/10/21 18:47:12 UTC

svn commit: r828099 - /incubator/vcl/trunk/web/.ht-inc/conf.php

Author: jfthomps
Date: Wed Oct 21 16:47:12 2009
New Revision: 828099

URL: http://svn.apache.org/viewvc?rev=828099&view=rev
Log:
added comments to clarify what BASEURL and SCRIPT should be

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

Modified: incubator/vcl/trunk/web/.ht-inc/conf.php
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/conf.php?rev=828099&r1=828098&r2=828099&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/conf.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/conf.php Wed Oct 21 16:47:12 2009
@@ -21,8 +21,8 @@
 
 ################   Things in this section must be modified #####################
 
-define("BASEURL", "https://vcl.example.org");   // no trailing slash
-define("SCRIPT", "/index.php");
+define("BASEURL", "https://vcl.example.org");   // 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/");
 define("HELPFAQURL", "http://vcl.example.org/help-faq/");
 define("HELPEMAIL", "vcl_help@example.org");