You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by hc...@apache.org on 2008/03/11 18:43:48 UTC

svn commit: r636030 - /geronimo/site/trunk/docs/.htaccess

Author: hcunico
Date: Tue Mar 11 10:43:45 2008
New Revision: 636030

URL: http://svn.apache.org/viewvc?rev=636030&view=rev
Log:
added redirects based on issues reported on user@ (faq.html and others)

Modified:
    geronimo/site/trunk/docs/.htaccess

Modified: geronimo/site/trunk/docs/.htaccess
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/.htaccess?rev=636030&r1=636029&r2=636030&view=diff
==============================================================================
--- geronimo/site/trunk/docs/.htaccess (original)
+++ geronimo/site/trunk/docs/.htaccess Tue Mar 11 10:43:45 2008
@@ -8,10 +8,28 @@
 
 RewriteRule ^wiki$ http://cwiki.apache.org/geronimo
 
-RewriteRule ^faq.html$ http://cwiki.apache.org/GMOxKB
+# RewriteRule ^faq.html$ http://cwiki.apache.org/GMOxKB
 
 ##
 ## TODO: Rename to "svn.html" page to "source.html" and then enable this
 ##       to redirect to the SVN repo
 ##
-#RewriteRule ^svn$ http://svn.apache.org/repos/asf/geronimo
\ No newline at end of file
+#RewriteRule ^svn$ http://svn.apache.org/repos/asf/geronimo
+
+##
+## Doc root level redirection rules based on those on /redirects directory,
+## using Redirect instead of RewriteRule as requested by infra@
+
+Redirect /wiki.html 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
\ No newline at end of file