From: jond@apple.com Date: Fri, 4 Dec 2015 19:23:02 +0000 (+0000) Subject: Added redirects for old webkit.org archive. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=ffd890879e88c1c857b7f3e8222dd03c306018a0 Added redirects for old webkit.org archive. * .htaccess: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@193430 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Websites/webkit.org/.htaccess b/Websites/webkit.org/.htaccess index fb63f5f..3859dcb 100644 --- a/Websites/webkit.org/.htaccess +++ b/Websites/webkit.org/.htaccess @@ -90,6 +90,10 @@ Redirect 301 /recently-resolved https://bugs.webkit.org/buglist.cgi?query_format Redirect 301 /new-bugs https://bugs.webkit.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=1d&chfieldto=Now&chfield=%5BBug+creation%5D&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Redirect 301 /svg-bugs https://bugs.webkit.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=SVG&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= +# Archived webkit.org + +RewriteRule ^css/(.*)$ /old/css/$1 [NC,L] +RewriteRule ^images/(.*)$ /old/images/$1 [NC,L] # BEGIN WordPress diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog index f6aad58..408d23c 100644 --- a/Websites/webkit.org/ChangeLog +++ b/Websites/webkit.org/ChangeLog @@ -1,5 +1,11 @@ 2015-12-04 Jonathan Davis + Added redirects for old webkit.org archive. + + * .htaccess: + +2015-12-04 Jonathan Davis + Removing empty directories from the old site. Reviewed by Timothy Hatcher.