* .htaccess:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@193401
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
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]
2015-12-03 Timothy Hatcher <timothy@apple.com>
+ Attempt to fix the https redirect.
+
+ * .htaccess:
+
+2015-12-03 Timothy Hatcher <timothy@apple.com>
+
Fix blog.webkit.org redirects.
* .htaccess: