mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-01 10:05:55 +00:00
don't redirect to https on beta.samhuri.net
This commit is contained in:
parent
52670c367f
commit
09d7f9043f
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue