You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/12/20 18:30:02 UTC

svn commit: r1721049 - /axis/site/axis2/java/.htaccess

Author: veithen
Date: Sun Dec 20 17:30:02 2015
New Revision: 1721049

URL: http://svn.apache.org/viewvc?rev=1721049&view=rev
Log:
Fix redirect.

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

Modified: axis/site/axis2/java/.htaccess
URL: http://svn.apache.org/viewvc/axis/site/axis2/java/.htaccess?rev=1721049&r1=1721048&r2=1721049&view=diff
==============================================================================
--- axis/site/axis2/java/.htaccess (original)
+++ axis/site/axis2/java/.htaccess Sun Dec 20 17:30:02 2015
@@ -14,7 +14,7 @@ RedirectMatch permanent ^/axis2/java/cor
 
 # Since 1.6.4/1.7.0, Axis2 core uses the more standard "apidocs" instead of "api"
 
-Redirect permanent /axis2/java/core/api http://axis.apache.org/axis2/java/core/apidocs/
+RedirectMatch permanent ^/axis2/java/core/api$ http://axis.apache.org/axis2/java/core/apidocs/
 RedirectMatch permanent ^/axis2/java/core/api/(.*)$ http://axis.apache.org/axis2/java/core/apidocs/$1
 
 # Mark very old (Axis 2.0 milestone) links as gone