Title: [193400] trunk/Websites/webkit.org
Revision
193400
Author
[email protected]
Date
2015-12-03 20:13:21 -0800 (Thu, 03 Dec 2015)

Log Message

Fix blog.webkit.org redirects.

* .htaccess:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/.htaccess (193399 => 193400)


--- trunk/Websites/webkit.org/.htaccess	2015-12-04 03:58:25 UTC (rev 193399)
+++ trunk/Websites/webkit.org/.htaccess	2015-12-04 04:13:21 UTC (rev 193400)
@@ -8,7 +8,7 @@
 RewriteRule (.*) https://webkit-queues.webkit.org$1 [L,R=301]
 
 RewriteCond %{HTTP_HOST} ^blog.webkit.org$
-RewriteRule (.*) https://webkit.org/blog$1 [L,R=301]
+RewriteRule (.*) https://webkit.org/blog/$1 [L,R=301]
 
 RewriteCond %{HTTPS} off
 RewriteCond %{HTTP_HOST} ^(www\.)?(.*)$

Modified: trunk/Websites/webkit.org/ChangeLog (193399 => 193400)


--- trunk/Websites/webkit.org/ChangeLog	2015-12-04 03:58:25 UTC (rev 193399)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-04 04:13:21 UTC (rev 193400)
@@ -1,5 +1,11 @@
 2015-12-03  Timothy Hatcher  <[email protected]>
 
+        Fix blog.webkit.org redirects.
+
+        * .htaccess:
+
+2015-12-03  Timothy Hatcher  <[email protected]>
+
         Add redirects for the demos folder.
 
         * .htaccess:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to