Author: veithen
Date: Fri Sep 27 12:03:02 2024
New Revision: 1920974
URL: http://svn.apache.org/viewvc?rev=1920974&view=rev
Log:
Fix broken redirect.
Modified:
webservices/website/axiom/.htaccess
Modified: webservices/website/axiom/.htaccess
URL:
http://svn.apache.org/viewvc/webservices/website/axiom/.htaccess?rev=1920974&r1=1920973&r2=1920974&view=diff
==============================================================================
--- webservices/website/axiom/.htaccess (original)
+++ webservices/website/axiom/.htaccess Fri Sep 27 12:03:02 2024
@@ -7,7 +7,7 @@ RedirectMatch permanent ^/axiom(/modules
RedirectMatch permanent ^/axiom(/modules)?/axiom-api(/apidocs/.*)$
https://ws.apache.org/axiom$2
# Redirect some outdated incoming links
-Redirect permanent /axiom/svn.html
https://ws.apache.org/axiom/source-repository.html
+Redirect permanent /axiom/svn.html https://ws.apache.org/axiom/scm.html
# Remove double forward slashes
RedirectMatch permanent ^/axiom//(.*)$ https://ws.apache.org/axiom/$1