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

Log Message

Attempt to fix the http blog redirects.

* .htaccess:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/.htaccess (193402 => 193403)


--- trunk/Websites/webkit.org/.htaccess	2015-12-04 04:18:41 UTC (rev 193402)
+++ trunk/Websites/webkit.org/.htaccess	2015-12-04 04:20:57 UTC (rev 193403)
@@ -10,6 +10,8 @@
 RewriteCond %{HTTP_HOST} ^blog.webkit.org$
 RewriteRule (.*) https://webkit.org/blog/$1 [L,R=301]
 
+RewriteRule ^/blog/(.*) https://webkit.org/blog/$1 [L,R=301]
+
 RewriteCond %{HTTPS} off
 RewriteCond %{HTTP_HOST} ^(www\.)?(.*)$
 RewriteRule (.*) https://%2/$1 [L,R=301]

Modified: trunk/Websites/webkit.org/ChangeLog (193402 => 193403)


--- trunk/Websites/webkit.org/ChangeLog	2015-12-04 04:18:41 UTC (rev 193402)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-04 04:20:57 UTC (rev 193403)
@@ -1,5 +1,11 @@
 2015-12-03  Timothy Hatcher  <[email protected]>
 
+        Attempt to fix the http blog redirects.
+
+        * .htaccess:
+
+2015-12-03  Timothy Hatcher  <[email protected]>
+
         Another attempt to fix the https redirect.
 
         * .htaccess:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to