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/12 16:24:57 UTC

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

Author: hcunico
Date: Wed Mar 12 08:24:53 2008
New Revision: 636363

URL: http://svn.apache.org/viewvc?rev=636363&view=rev
Log:
cleaned up and finished replacing RewriteRules with Redirects

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

Modified: geronimo/site/trunk/docs/.htaccess
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/.htaccess?rev=636363&r1=636362&r2=636363&view=diff
==============================================================================
--- geronimo/site/trunk/docs/.htaccess (original)
+++ geronimo/site/trunk/docs/.htaccess Wed Mar 12 08:24:53 2008
@@ -4,23 +4,14 @@
 
 RewriteEngine on
 
-RewriteRule ^issues$ http://issues.apache.org/jira/browse/GERONIMO
-
-RewriteRule ^wiki$ http://cwiki.apache.org/geronimo
-
-# 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
-
 ##
 ## 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 /wiki.html http://cwiki.apache.org/geronimo
+Redirect /wiki http://cwiki.apache.org/geronimo
 
 Redirect /issues.html http://issues.apache.org/jira/browse/GERONIMO