[[!++site_url]]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
Andy,
Try this in the .htaccess
RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
You've probably set the link_tag_scheme to https?
Go to "System settings" > "Core" > "Site" > "link_tag_scheme" and edit into "https"
This system setting takes care of the protocol used for url-generation
-1 is the default setting. Change it to https
Try Andy's code above yours in .htaccess.