Changeset 193401 in webkit
- Timestamp:
- Dec 3, 2015, 8:16:37 PM (10 years ago)
- Location:
- trunk/Websites/webkit.org
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/webkit.org/.htaccess
r193400 r193401 13 13 RewriteCond %{HTTPS} off 14 14 RewriteCond %{HTTP_HOST} ^(www\.)?(.*)$ 15 RewriteRule ^(.*)$ https://%2/$1 [L,R=301]15 RewriteRule (.*) https://%2/$1 [R=301] 16 16 17 17 RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) -
trunk/Websites/webkit.org/ChangeLog
r193400 r193401 1 2015-12-03 Timothy Hatcher <timothy@apple.com> 2 3 Attempt to fix the https redirect. 4 5 * .htaccess: 6 1 7 2015-12-03 Timothy Hatcher <timothy@apple.com> 2 8
Note:
See TracChangeset
for help on using the changeset viewer.