You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/26 09:41:17 UTC

svn commit: r1450077 - /commons/cms-site/trunk/content/resources/.htaccess

Author: olamy
Date: Tue Feb 26 08:41:16 2013
New Revision: 1450077

URL: http://svn.apache.org/r1450077
Log:
add a redirect for /proper (until all site redeployment)

Modified:
    commons/cms-site/trunk/content/resources/.htaccess

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1450077&r1=1450076&r2=1450077&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Tue Feb 26 08:41:16 2013
@@ -1,4 +1,8 @@
+#until all sites redeployed
+Redirect /proper/ http://commons.apache.org/components.html
+
 # redirect from previous path
+
 #propers
 RedirectMatch ^(.*)/attributes/(.*) $1/proper/commons-attributes/$2
 RedirectMatch ^(.*)/bcel/(.*) $1/proper/commons-bcel/$2