Changeset 193400 in webkit
- Timestamp:
- Dec 3, 2015, 8:13:21 PM (10 years ago)
- Location:
- trunk/Websites/webkit.org
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/webkit.org/.htaccess
r193399 r193400 9 9 10 10 RewriteCond %{HTTP_HOST} ^blog.webkit.org$ 11 RewriteRule (.*) https://webkit.org/blog $1 [L,R=301]11 RewriteRule (.*) https://webkit.org/blog/$1 [L,R=301] 12 12 13 13 RewriteCond %{HTTPS} off -
trunk/Websites/webkit.org/ChangeLog
r193399 r193400 1 2015-12-03 Timothy Hatcher <timothy@apple.com> 2 3 Fix blog.webkit.org redirects. 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.