sipb-www
/
sipb-www.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdee34
)
Unbreak https
author
Quentin Smith
<quentin@mit.edu>
Sun, 14 Mar 2010 02:59:17 +0000
(21:59 -0500)
committer
Quentin Smith
<quentin@mit.edu>
Sun, 14 Mar 2010 02:59:17 +0000
(21:59 -0500)
.htaccess
patch
|
blob
|
history
diff --git
a/.htaccess
b/.htaccess
index 27e074f878fdcf68b32abc1da86049bc7ad666cd..0fabfde7827d073a7cec2d1762f152b3d44554ba 100644
(file)
--- 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