Author: veithen Date: Fri Sep 27 16:38:02 2024 New Revision: 1920996 URL: http://svn.apache.org/viewvc?rev=1920996&view=rev Log: Remove the rules to redirect URLs with double forward slashes.
I couldn't make this work. Modified: webservices/website/axiom/.htaccess Modified: webservices/website/axiom/.htaccess URL: http://svn.apache.org/viewvc/webservices/website/axiom/.htaccess?rev=1920996&r1=1920995&r2=1920996&view=diff ============================================================================== --- webservices/website/axiom/.htaccess (original) +++ webservices/website/axiom/.htaccess Fri Sep 27 16:38:02 2024 @@ -9,13 +9,6 @@ RedirectMatch permanent ^/axiom(/modules # Redirect some outdated incoming links Redirect permanent /axiom/svn.html https://ws.apache.org/axiom/scm.html -# Remove double forward slashes -RewriteEngine On -RewriteBase / -Options +FollowSymlinks -RewriteCond %{REQUEST_URI} //+ -RewriteRule ^(.*) $1 [R=301,L] - # 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)/.*$