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

Log Message

Attempt to fix the https redirect.

* .htaccess:

Modified Paths

Diff

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


--- trunk/Websites/webkit.org/.htaccess	2015-12-04 04:13:21 UTC (rev 193400)
+++ trunk/Websites/webkit.org/.htaccess	2015-12-04 04:16:37 UTC (rev 193401)
@@ -12,7 +12,7 @@
 
 RewriteCond %{HTTPS} off
 RewriteCond %{HTTP_HOST} ^(www\.)?(.*)$
-RewriteRule ^(.*)$ https://%2/$1 [L,R=301]
+RewriteRule (.*) https://%2/$1 [R=301]
 
 RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
 RewriteRule .* - [F]

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


--- trunk/Websites/webkit.org/ChangeLog	2015-12-04 04:13:21 UTC (rev 193400)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-04 04:16:37 UTC (rev 193401)
@@ -1,5 +1,11 @@
 2015-12-03  Timothy Hatcher  <[email protected]>
 
+        Attempt to fix the https redirect.
+
+        * .htaccess:
+
+2015-12-03  Timothy Hatcher  <[email protected]>
+
         Fix blog.webkit.org redirects.
 
         * .htaccess:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to