From 98b4668f1006caec9eb84ac8d5949a575cc7fac6 Mon Sep 17 00:00:00 2001 From: retornam Date: Tue, 21 May 2013 12:11:03 -0700 Subject: [PATCH] Bug 874525 Redirect /projects/security/pki/* to developer.mozilla.org --- etc/httpd/global.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/httpd/global.conf b/etc/httpd/global.conf index 56c8ff4c2a7..4b642b283ff 100644 --- a/etc/httpd/global.conf +++ b/etc/httpd/global.conf @@ -237,5 +237,11 @@ RewriteRule ^/about/manifesto\.(.*)\.html$ /$1/about/manifesto/ [L,R=301] RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?about/manifesto(/?)$ /b/$1about/manifesto$2 [PT] + #bug 856077 RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?projects/toolkit(/?)$ https://developer.mozilla.org/docs/Toolkit_API [L,R=301] + +# bug 874525 +RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?projects/security/pki/nss(/?)$ https://developer.mozilla.org/docs/NSS [L,R=301] +RewriteRule ^/(\w{2,3}(?:-\w{2}(?:-mac)?)?/)?projects/security/pki/jss(/?)$ https://developer.mozilla.org/docs/JSS [L,R=301] +