You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/01/14 20:20:52 UTC

svn commit: r846650 - /websites/production/geronimo/content/.htaccess

Author: gawor
Date: Mon Jan 14 19:20:52 2013
New Revision: 846650

Log:
forgot to add this file - might need adjustments later

Added:
    websites/production/geronimo/content/.htaccess

Added: websites/production/geronimo/content/.htaccess
==============================================================================
--- websites/production/geronimo/content/.htaccess (added)
+++ websites/production/geronimo/content/.htaccess Mon Jan 14 19:20:52 2013
@@ -0,0 +1,34 @@
+##
+## $Rev: 696036 $ $Date: 2008-09-16 16:13:17 -0400 (Tue, 16 Sep 2008) $
+##
+
+RewriteEngine on
+
+##
+## Doc root level redirection rules based on those on /redirects directory,
+## using Redirect instead of RewriteRule as requested by infra@
+
+Redirect /issues http://issues.apache.org/jira/browse/GERONIMO
+
+Redirect /tutorials/2.1 http://cwiki.apache.org/GMOxDOC21/tutorials.html
+
+Redirect /wiki.html http://cwiki.apache.org/geronimo
+Redirect /wiki http://cwiki.apache.org/geronimo
+
+Redirect /issues.html http://issues.apache.org/jira/browse/GERONIMO
+
+Redirect /userMailingList.html http://mail-archives.apache.org/mod_mbox/geronimo-user/
+
+Redirect /developerMailingList.html http://mail-archives.apache.org/mod_mbox/geronimo-dev/
+
+Redirect /additionalDocumentation.html http://cwiki.apache.org/geronimo
+
+Redirect /faq.html http://cwiki.apache.org/GMOxKB
+
+Redirect /additionalSamples.html http://cwiki.apache.org/GMOxSAMPLES
+
+# Confluence autoexport is changing RELEASE-NOTES link incorrectly
+Redirect /GMOxDOC20 http://cwiki.apache.org/GMOxDOC20
+Redirect /GMOxDOC21 http://cwiki.apache.org/GMOxDOC21
+Redirect /GMOxDOC22 http://cwiki.apache.org/GMOxDOC22
+