This time I used this code:
RewriteEngine On RewriteBase / RewriteCond %{SERVER_PORT} !=80 RewriteRule (.*) https://www.cabdrome.com/$1 [R=301,L]
This code don’t give errors, but if I go to the url of an image with HTTP:
http://www.cabdrome.com/wp-content/uploads/2014/12/cabdrome-logo.png
then it not force HTTPS..