## -- Redirect all traffic to https --#
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

RewriteCond %{HTTP_HOST} ^web\.jdockett\.com$ [NC]
RewriteRule ^(.*) https://www.jdockett.com/$1 [L,R]

RewriteCond %{HTTP_HOST} ^campaign\.jdockett\.com$ [NC]
RewriteRule ^(.*) https://www.jdockett.com/$1 [L,R]