Author: veithen Date: Sat Nov 20 12:33:29 2010 New Revision: 1037192 URL: http://svn.apache.org/viewvc?rev=1037192&view=rev Log: Added a first set of redirects.
Added: axis/axis2/java/site/.htaccess (with props) Added: axis/axis2/java/site/.htaccess URL: http://svn.apache.org/viewvc/axis/axis2/java/site/.htaccess?rev=1037192&view=auto ============================================================================== --- axis/axis2/java/site/.htaccess (added) +++ axis/axis2/java/site/.htaccess Sat Nov 20 12:33:29 2010 @@ -0,0 +1,10 @@ +# Up to release 1.5.1, we kept the documents from previous releases. We don't do that +# 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/doc/$1 +RedirectMatch permanent ^/axis2/java/core/tools/[0-9_]+/(.*)$ http://axis.apache.org/axis2/java/core/tools/$1 + +# Mark very old (Axis 2.0 milestone) links as gone + +Redirect gone /axis2/java/core/multiproject Propchange: axis/axis2/java/site/.htaccess ------------------------------------------------------------------------------ svn:eol-style = native