Author: veithen
Date: Wed Dec 29 11:45:08 2010
New Revision: 1053617
URL: http://svn.apache.org/viewvc?rev=1053617&view=rev
Log:
Added an .htaccess file to redirect some broken incoming links, in particular
those caused by AXIOM-351.
Added:
webservices/axiom/site/.htaccess
Added: webservices/axiom/site/.htaccess
URL:
http://svn.apache.org/viewvc/webservices/axiom/site/.htaccess?rev=1053617&view=auto
==============================================================================
--- webservices/axiom/site/.htaccess (added)
+++ webservices/axiom/site/.htaccess Wed Dec 29 11:45:08 2010
@@ -0,0 +1,9 @@
+# The site doesn't use MultiViews
+Options -MultiViews
+
+# Fix broken incoming links caused by AXIOM-351
+RedirectMatch permanent ^/axiom(/modules)?/axiom-[a-z0-9]+$
http://ws.apache.org/axiom/
+RedirectMatch permanent ^/axiom(/modules)?/axiom-[a-z0-9]+(/apidocs/.*)$
http://ws.apache.org/axiom$2
+
+# Redirect some outdated incoming links
+Redirect permanent /axiom/svn.html
http://ws.apache.org/axiom/source-repository.html