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

Log Message

Another attempt to fix the https redirect.

* .htaccess:

Modified Paths

Diff

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


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

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


--- trunk/Websites/webkit.org/ChangeLog	2015-12-04 04:16:37 UTC (rev 193401)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-04 04:18:41 UTC (rev 193402)
@@ -1,5 +1,11 @@
 2015-12-03  Timothy Hatcher  <[email protected]>
 
+        Another attempt to fix the https redirect.
+
+        * .htaccess:
+
+2015-12-03  Timothy Hatcher  <[email protected]>
+
         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