I remember Sellerdeck has a setting that you tick to say the whole site is SSL
Maybe ticking that might update those links
Also, I seem to have this in my htaccess to redirect http to https
<IfModule mod_rewrite.c>
RewriteEngine On
# Redirect HTTP to HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://www.###your_domain_name_here###/$1 [R=301,L]
</IfModule>]
RewriteEngine On
# Redirect HTTP to HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://www.###your_domain_name_here###/$1 [R=301,L]
</IfModule>]
The page with the broken images... I see this, its like the files don't exist
Leave a comment: