Author: sebb
Date: Thu Aug 18 12:33:33 2016
New Revision: 1756770
URL: http://svn.apache.org/viewvc?rev=1756770&view=rev
Log:
Docn
Modified:
commons/cms-site/trunk/content/resources/README.txt
Modified: commons/cms-site/trunk/content/resources/README.txt
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/README.txt?rev=1756770&r1=1756769&r2=1756770&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/README.txt (original)
+++ commons/cms-site/trunk/content/resources/README.txt Thu Aug 18 12:33:33 2016
@@ -5,3 +5,17 @@ commons.a.o/proper/commons-component/dow
The CGI and HTML files must have same parent URL.
However CGI are no longer subject to htaccess redirects (because all CGI are
redirected to the LUA script)
whereas HTML files are subject to redirection.
+
+The .htaccess file in this directory takes care of redirecting non-CGI files
+
+So for each component, there should be an entry in .htaccess:
+
+Redirect /xyz /proper/commons-xyz
+
+and the following file:
+
+xyz/download_xyz.html
+
+For sandbox components (which don't have releases), there should only be an
entry in .htaccess:
+
+Redirect /sandbox/zyx /sandbox/commons-zyx