Title: [193430] trunk/Websites/webkit.org
Revision
193430
Author
j...@apple.com
Date
2015-12-04 11:23:02 -0800 (Fri, 04 Dec 2015)

Log Message

Added redirects for old webkit.org archive.

* .htaccess:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/.htaccess (193429 => 193430)


--- trunk/Websites/webkit.org/.htaccess	2015-12-04 19:20:06 UTC (rev 193429)
+++ trunk/Websites/webkit.org/.htaccess	2015-12-04 19:23:02 UTC (rev 193430)
@@ -90,7 +90,11 @@
 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
 <IfModule mod_rewrite.c>
 RewriteEngine On

Modified: trunk/Websites/webkit.org/ChangeLog (193429 => 193430)


--- trunk/Websites/webkit.org/ChangeLog	2015-12-04 19:20:06 UTC (rev 193429)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-04 19:23:02 UTC (rev 193430)
@@ -1,5 +1,11 @@
 2015-12-04  Jonathan Davis  <j...@apple.com>
 
+        Added redirects for old webkit.org archive.
+
+        * .htaccess:
+
+2015-12-04  Jonathan Davis  <j...@apple.com>
+
         Removing empty directories from the old site.
 
         Reviewed by Timothy Hatcher.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to