www/adium.im 803:fcd9a25bc331: Now it doesn't redirect at all.
commits at adium.im
commits at adium.im
Tue Jul 9 09:20:22 UTC 2013
details: http://hg.adium.im/www/adium.im/rev/fcd9a25bc331
revision: 803:fcd9a25bc331
branch: adiumx.com
author: Thijs Alkemade <me at thijsalkema.de>
date: Tue Jul 09 11:20:14 2013 +0200
Now it doesn't redirect at all.
diffs (15 lines):
diff -r 4dbf90024eae -r fcd9a25bc331 sparkle/.htaccess
--- a/sparkle/.htaccess Tue Jul 09 11:18:21 2013 +0200
+++ b/sparkle/.htaccess Tue Jul 09 11:20:14 2013 +0200
@@ -2,4 +2,8 @@
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^sparke\.adium\.im$
-RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
\ No newline at end of file
+RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
+
+RewriteCond %{HTTPS} off
+RewriteCond %{HTTP_HOST} ^adium\.im$
+RewriteRule ^(.*)$ https://%{HTTP_HOST}/sparkle/$1 [R=301,L]
\ No newline at end of file
More information about the commits
mailing list