Author: veithen
Date: Fri Sep 27 11:11:08 2024
New Revision: 1920973
URL: http://svn.apache.org/viewvc?rev=1920973&view=rev
Log:
Remove double forward slashes (2nd attempt)
Modified:
webservices/website/axiom/.htaccess
Modified: webservices/website/axiom/.htaccess
URL:
http://svn.apache.org/viewvc/webservices/website/axiom/.htaccess?rev=1920973&r1=1920972&r2=1920973&view=diff
==============================================================================
--- webservices/website/axiom/.htaccess (original)
+++ webservices/website/axiom/.htaccess Fri Sep 27 11:11:08 2024
@@ -10,7 +10,7 @@ RedirectMatch permanent ^/axiom(/modules
Redirect permanent /axiom/svn.html
https://ws.apache.org/axiom/source-repository.html
# Remove double forward slashes
-RedirectMatch permanent ^/(.*)//(.*)$ https://ws.apache.org/$1/$2
+RedirectMatch permanent ^/axiom//(.*)$ https://ws.apache.org/axiom/$1
# 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)/.*$