Author: veithen Date: Thu Sep 26 15:56:43 2024 New Revision: 1920960 URL: http://svn.apache.org/viewvc?rev=1920960&view=rev Log: Redirect directly to HTTPS URLs to avoid unnecessary redirects
Modified: webservices/website/axiom/.htaccess Modified: webservices/website/axiom/.htaccess URL: http://svn.apache.org/viewvc/webservices/website/axiom/.htaccess?rev=1920960&r1=1920959&r2=1920960&view=diff ============================================================================== --- webservices/website/axiom/.htaccess (original) +++ webservices/website/axiom/.htaccess Thu Sep 26 15:56:43 2024 @@ -2,12 +2,12 @@ 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 +RedirectMatch permanent ^/axiom(/modules)?/axiom-api/?$ https://ws.apache.org/axiom/ +RedirectMatch permanent ^/axiom(/modules)?/(axiom-impl|axiom-dom)/?$ https://ws.apache.org/axiom/implementations/$2/ +RedirectMatch permanent ^/axiom(/modules)?/axiom-api(/apidocs/.*)$ https://ws.apache.org/axiom$2 # Redirect some outdated incoming links -Redirect permanent /axiom/svn.html http://ws.apache.org/axiom/source-repository.html +Redirect permanent /axiom/svn.html https://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)/.*$