Author: veithen Date: Sat Nov 27 09:40:32 2010 New Revision: 1039632 URL: http://svn.apache.org/viewvc?rev=1039632&view=rev Log: Adding redirects for some old pages.
Modified: axis/axis2/java/site/.htaccess Modified: axis/axis2/java/site/.htaccess URL: http://svn.apache.org/viewvc/axis/axis2/java/site/.htaccess?rev=1039632&r1=1039631&r2=1039632&view=diff ============================================================================== --- axis/axis2/java/site/.htaccess (original) +++ axis/axis2/java/site/.htaccess Sat Nov 27 09:40:32 2010 @@ -25,6 +25,8 @@ Redirect permanent /axis2/java/rampart/c # Redirections for specific pages that have been moved elsewhere +Redirect permanent /axis2/java/core/userguide.html http://axis.apache.org/axis2/java/core/docs/userguide.html +Redirect permanent /axis2/java/core/OMTutorial.html http://ws.apache.org/axiom/OMTutorial.html Redirect permanent /axis2/java/core/docs/OMTutorial.html http://ws.apache.org/axiom/OMTutorial.html Redirect permanent /axis2/java/core/docs/tcp-transport.html http://axis.apache.org/axis2/java/transports/tcp-transport.html Redirect permanent /axis2/java/core/docs/mail-transport.html http://axis.apache.org/axis2/java/transports/mail.html @@ -32,3 +34,4 @@ Redirect permanent /axis2/java/core/docs Redirect permanent /axis2/java/core/docs/jms-transport.html http://axis.apache.org/axis2/java/transports/jms.html Redirect permanent /axis2/java/core/docs/security-module.html http://axis.apache.org/axis2/java/rampart/ RedirectMatch permanent ^/axis2/java/core/modules/(wss4j|rampart)/[0-9_]+/security-module.html$ http://axis.apache.org/axis2/java/rampart/ +Redirect permanent /axis2/java/core/docs/CodegenTools-EclipsePlugin.html http://axis.apache.org/axis2/java/core/tools/eclipse/wsdl2java-plugin.html