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", "[email protected]");