Changeset 193401 in webkit


Ignore:
Timestamp:
Dec 3, 2015, 8:16:37 PM (10 years ago)
Author:
timothy@apple.com
Message:

Attempt to fix the https redirect.

  • .htaccess:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/.htaccess

    r193400 r193401  
    1313RewriteCond %{HTTPS} off
    1414RewriteCond %{HTTP_HOST} ^(www\.)?(.*)$
    15 RewriteRule ^(.*)$ https://%2/$1 [L,R=301]
     15RewriteRule (.*) https://%2/$1 [R=301]
    1616
    1717RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
  • trunk/Websites/webkit.org/ChangeLog

    r193400 r193401  
     12015-12-03  Timothy Hatcher  <timothy@apple.com>
     2
     3        Attempt to fix the https redirect.
     4
     5        * .htaccess:
     6
    172015-12-03  Timothy Hatcher  <timothy@apple.com>
    28
Note: See TracChangeset for help on using the changeset viewer.