From: Quentin Smith Date: Sun, 14 Mar 2010 02:59:17 +0000 (-0500) Subject: Unbreak https X-Git-Url: https://sipb.mit.edu/gitweb.cgi/sipb-www.git/commitdiff_plain/41a8ec9cddee93d4a8345f6d451e0af60edaf311 Unbreak https --- diff --git a/.htaccess b/.htaccess index 27e074f..0fabfde 100644 --- a/.htaccess +++ b/.htaccess @@ -9,6 +9,7 @@ RewriteBase / # Canonicalize on sipb.mit.edu RewriteCond %{HTTP_HOST} !^sipb.mit.edu$ [NC] +RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ http://sipb.mit.edu/$1 [R=301,L] # Serve some CGI scripts from _wiki-cgi