From 117f5a3bc15a51be91574d1d14418229a3c8cdea Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 11 Feb 2016 14:55:08 -0800 Subject: [PATCH] links: change abi forward to a redirect Using an Alias isn't permitted here, and a permanent redirect is rather what we want anyway. Signed-off-by: H. Peter Anvin --- links/.htaccess | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/links/.htaccess b/links/.htaccess index eb190dc0..e5a72d2a 100644 --- a/links/.htaccess +++ b/links/.htaccess @@ -1,5 +1,4 @@ # -# Redirects to external websites, especially MSDN which seems to change URLs -# way too often... +# Redirects to external websites; see the /abi directory for ABI definitions # -AliasMatch ^/links/(.*)abi$ /abi/$1 +RedirectMatch permanent "^/links/(.*)abi(/|)$" "/abi/$1" -- 2.11.4.GIT