Author: veithen Date: Sun Nov 21 14:11:46 2010 New Revision: 1037460 URL: http://svn.apache.org/viewvc?rev=1037460&view=rev Log: Fixed an incorrect redirect.
Modified: axis/axis2/java/site/.htaccess Modified: axis/axis2/java/site/.htaccess URL: http://svn.apache.org/viewvc/axis/axis2/java/site/.htaccess?rev=1037460&r1=1037459&r2=1037460&view=diff ============================================================================== --- axis/axis2/java/site/.htaccess (original) +++ axis/axis2/java/site/.htaccess Sun Nov 21 14:11:46 2010 @@ -2,7 +2,7 @@ # 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/[0-9_]+/([^/]*)$ 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 # Mark very old (Axis 2.0 milestone) links as gone