Changeset 193400 in webkit


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

Fix blog.webkit.org redirects.

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

Legend:

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

    r193399 r193400  
    99
    1010RewriteCond %{HTTP_HOST} ^blog.webkit.org$
    11 RewriteRule (.*) https://webkit.org/blog$1 [L,R=301]
     11RewriteRule (.*) https://webkit.org/blog/$1 [L,R=301]
    1212
    1313RewriteCond %{HTTPS} off
  • trunk/Websites/webkit.org/ChangeLog

    r193399 r193400  
     12015-12-03  Timothy Hatcher  <timothy@apple.com>
     2
     3        Fix blog.webkit.org redirects.
     4
     5        * .htaccess:
     6
    172015-12-03  Timothy Hatcher  <timothy@apple.com>
    28
Note: See TracChangeset for help on using the changeset viewer.