From 57313bf4a4fe2234c8e54c6787e73d938beedbeb Mon Sep 17 00:00:00 2001 From: "timothy@apple.com" Date: Fri, 4 Dec 2015 03:52:16 +0000 Subject: [PATCH] Remove duplicate redirect. * .htaccess: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@193398 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Websites/webkit.org/.htaccess | 1 - Websites/webkit.org/ChangeLog | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Websites/webkit.org/.htaccess b/Websites/webkit.org/.htaccess index 3541123..448c21c 100644 --- a/Websites/webkit.org/.htaccess +++ b/Websites/webkit.org/.htaccess @@ -46,7 +46,6 @@ Redirect 301 /coding/technical-articles.html /blog/ Redirect 301 /conference /meeting/ Redirect 301 /contact.html /getting-started/#staying-in-touch RedirectMatch 301 ^/projects/ /project/ -Redirect 301 /projects/ /project/ Redirect 301 /projects /project/ Redirect 301 /quality/bugpriorities.html /bug-prioritization/ Redirect 301 /quality/bugwriting.html /bug-report-guidelines/ diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog index 7cd8ef5..06881dc 100644 --- a/Websites/webkit.org/ChangeLog +++ b/Websites/webkit.org/ChangeLog @@ -1,5 +1,11 @@ 2015-12-03 Timothy Hatcher + Remove duplicate redirect. + + * .htaccess: + +2015-12-03 Timothy Hatcher + One more attempt to clean up redirects. * .htaccess: -- 1.8.3.1