<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(www\.)?tickingbomb\.com$ [NC]
RewriteRule ^(.*)$ https://tickingbomb.com/$1 [L,R=301]
</IfModule>