Title: [193534] trunk/Websites/webkit.org
Revision
193534
Author
[email protected]
Date
2015-12-05 13:41:09 -0800 (Sat, 05 Dec 2015)

Log Message

Fix www redirect again.

* wp-content/themes/webkit/.htaccess:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/.htaccess (193533 => 193534)


--- trunk/Websites/webkit.org/.htaccess	2015-12-05 21:40:24 UTC (rev 193533)
+++ trunk/Websites/webkit.org/.htaccess	2015-12-05 21:41:09 UTC (rev 193534)
@@ -14,7 +14,7 @@
 RewriteRule (.*) https://webkit.org/blog/$1 [L,R=301]
 
 RewriteCond %{HTTPS} off [OR]
-RewriteCond %{HTTP_HOST} ^(www\.)?(.*)$
+RewriteCond %{HTTP_HOST} ^(www\.)(.*)$
 RewriteRule (.*) https://%2/$1 [L,R=301]
 
 # Old Sunspider versions

Modified: trunk/Websites/webkit.org/ChangeLog (193533 => 193534)


--- trunk/Websites/webkit.org/ChangeLog	2015-12-05 21:40:24 UTC (rev 193533)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-05 21:41:09 UTC (rev 193534)
@@ -1,5 +1,11 @@
 2015-12-05  Timothy Hatcher  <[email protected]>
 
+        Fix www redirect again.
+
+        * wp-content/themes/webkit/.htaccess:
+
+2015-12-05  Timothy Hatcher  <[email protected]>
+
         Fix www redirect when https was used and restore status URL code.
 
         * wp-content/themes/webkit/.htaccess:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to