# The site doesn't use MultiViews Options -MultiViews # Fix broken incoming links caused by AXIOM-351 RedirectMatch permanent ^/axiom(/modules)?/axiom-api/?$ http://ws.apache.org/axiom/ RedirectMatch permanent ^/axiom(/modules)?/(axiom-impl|axiom-dom)/?$ http://ws.apache.org/axiom/implementations/$2/ RedirectMatch permanent ^/axiom(/modules)?/axiom-api(/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 # Let search engines know that we no longer publish Javadoc for internal implementation classes RedirectMatch gone ^/axiom/apidocs/org/apache/axiom/(om|soap)/impl/(llom|dom)/.*$ RedirectMatch gone ^/axiom/apidocs/org/apache/axiom/(c14n|ts)/.*$