You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/09/18 23:07:48 UTC

svn commit: r1761369 - /maven/site/trunk/content/filtered-resources/.htaccess

Author: hboutemy
Date: Sun Sep 18 23:07:48 2016
New Revision: 1761369

URL: http://svn.apache.org/viewvc?rev=1761369&view=rev
Log:
more generic redirect rule for aether.html

Modified:
    maven/site/trunk/content/filtered-resources/.htaccess

Modified: maven/site/trunk/content/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1761369&r1=1761368&r2=1761369&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Sun Sep 18 23:07:48 2016
@@ -9,7 +9,6 @@ Redirect /ref/current/ https://maven.apa
 Redirect /ref/current https://maven.apache.org/ref/${currentStableVersion}/
 
 Redirect Permanent /maven-v4_0_0.xsd https://maven.apache.org/xsd/maven-4.0.0.xsd
-Redirect Permanent /aether-archives/aether.html https://maven.apache.org/aether.html
 
 Redirect Permanent /ant-tasks.html https://maven.apache.org/ant-tasks/index.html
 Redirect Permanent /ant-tasks-release-notes.html https://maven.apache.org/ant-tasks/release-notes.html
@@ -41,6 +40,7 @@ RedirectMatch ^/maven-repository-metadat
 RedirectMatch ^/maven-settings/(.*)$ /ref/${currentStableVersion}/maven-settings/$1
 RedirectMatch ^/maven-settings-builder/(.*)$ /ref/${currentStableVersion}/maven-settings-builder/$1
 RedirectMatch ^/maven-1.x/plugins-sandbox/(.*)$ /archives/maven-1.x/plugins/$1
+RedirectMatch permanent ^/aether-archives/(.*)$ /aether.html
 
 RedirectMatch permanent ^/repository-manager/(.*)$ https://archiva.apache.org/$1
 RedirectMatch permanent ^/archiva(.*)$ https://archiva.apache.org$1