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