www/adium.im 802:4dbf90024eae: Attempt to fix sparkle appcast re...
commits at adium.im
commits at adium.im
Tue Jul 9 09:18:29 UTC 2013
details: http://hg.adium.im/www/adium.im/rev/4dbf90024eae
revision: 802:4dbf90024eae
branch: adiumx.com
author: Thijs Alkemade <me at thijsalkema.de>
date: Tue Jul 09 11:18:21 2013 +0200
Attempt to fix sparkle appcast redirecting incorrectly.
diffs (10 lines):
diff -r af1ae5c2f3b8 -r 4dbf90024eae sparkle/.htaccess
--- a/sparkle/.htaccess Tue Jul 09 00:59:21 2013 +0200
+++ b/sparkle/.htaccess Tue Jul 09 11:18:21 2013 +0200
@@ -1,4 +1,5 @@
RewriteEngine on
RewriteCond %{HTTPS} off
+RewriteCond %{HTTP_HOST} ^sparke\.adium\.im$
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
\ No newline at end of file
More information about the commits
mailing list