don't redirect to https on beta.samhuri.net

This commit is contained in:
Sami Samhuri 2015-05-08 23:47:17 -07:00
parent 52670c367f
commit 09d7f9043f

View file

@ -31,6 +31,7 @@ RewriteEngine On
# Redirect http to https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} !beta\.samhuri\.net [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
# Make super old posts redirect properly.