From 09d7f9043f4791dae040fa53dd546c0e2e0ee838 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 8 May 2015 23:47:17 -0700 Subject: [PATCH] don't redirect to https on beta.samhuri.net --- public/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/public/.htaccess b/public/.htaccess index 67f69bf..2a2a91a 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -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.