www/adium.im 804:ffd5b548dd73: It requests www.adium.im/sparkle,...

commits at adium.im commits at adium.im
Tue Jul 9 09:21:50 UTC 2013


details:	http://hg.adium.im/www/adium.im/rev/ffd5b548dd73
revision:	804:ffd5b548dd73
branch:		adiumx.com
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Tue Jul 09 11:21:42 2013 +0200

It requests www.adium.im/sparkle, not adium.im/sparkle.

diffs (11 lines):

diff -r fcd9a25bc331 -r ffd5b548dd73 sparkle/.htaccess
--- a/sparkle/.htaccess	Tue Jul 09 11:20:14 2013 +0200
+++ b/sparkle/.htaccess	Tue Jul 09 11:21:42 2013 +0200
@@ -5,5 +5,5 @@
 RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
 
 RewriteCond %{HTTPS} off
-RewriteCond %{HTTP_HOST} ^adium\.im$
+RewriteCond %{HTTP_HOST} ^(www\.)?adium\.im$
 RewriteRule ^(.*)$ https://%{HTTP_HOST}/sparkle/$1 [R=301,L]
\ No newline at end of file




More information about the commits mailing list