
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteCond %{HTTP_HOST} ^thedollarbot\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.thedollarbot\.com$
RewriteRule ^(.*)$ "https\:\/\/thedollarbot\.com\/$1" [R=301,L]

