Author: veithen
Date: Sun Nov 21 15:16:44 2010
New Revision: 1037474

URL: http://svn.apache.org/viewvc?rev=1037474&view=rev
Log:
Configured some more redirections.

Modified:
    axis/axis2/java/site/.htaccess

Modified: axis/axis2/java/site/.htaccess
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/site/.htaccess?rev=1037474&r1=1037473&r2=1037474&view=diff
==============================================================================
--- axis/axis2/java/site/.htaccess (original)
+++ axis/axis2/java/site/.htaccess Sun Nov 21 15:16:44 2010
@@ -2,9 +2,20 @@
 # anymore, but we should redirect links for these documents.
 
 RedirectMatch permanent ^/axis2/java/core/[0-9_]+/api/(.*)$ 
http://axis.apache.org/axis2/java/core/api/$1
-RedirectMatch permanent ^/axis2/java/core/[0-9_]+/([^/]*)$ 
http://axis.apache.org/axis2/java/core/docs/$1
+RedirectMatch permanent 
^/axis2/java/core/[0-9_]+/((adb/|images/|jibx/|src/)?[^/]*)$ 
http://axis.apache.org/axis2/java/core/docs/$1
 RedirectMatch permanent ^/axis2/java/core/tools/[0-9_]+/(.*)$ 
http://axis.apache.org/axis2/java/core/tools/$1
+RedirectMatch permanent ^/axis2/java/core/download/([0-9_]+)/download\.cgi$ 
http://axis.apache.org/axis2/java/core/download.cgi#a$1
 
 # Mark very old (Axis 2.0 milestone) links as gone
 
 Redirect gone /axis2/java/core/multiproject
+
+# The site for Axis2/C was originally under ws.apache.org/axis2/c. Since 
ws.apache.org/axis2
+# is redirected to axis.apache.org/axis2/java/core, we need a second redirect 
to the Axis2/C site.
+
+Redirect permanent /axis2/java/core/c http://axis.apache.org/axis2/c/core
+
+# Redirections for specific pages that have been moved elsewhere
+
+Redirect permanent /axis2/java/core/doc/OMTutorial.html 
http://ws.apache.org/axiom/OMTutorial.html
+RedirectMatch permanent 
^/axis2/java/core/modules/(wss4j|rampart)/[0-9_]+/security-module.html$ 
http://axis.apache.org/axis2/java/rampart/


Reply via email to