• when we created slides this plugins grab the absolute links and now when I used https:// all the image links from this plugin still uses http. I am looking for the html file for the slides we created so we can replace all http to https or is there another way to fix this.

    thanks

Viewing 1 replies (of 1 total)
  • You can force https. Try this in .htaccess

    RewriteEngine On
    RewriteCond %{SERVER_PORT} !=443
    RewriteRule ^(.*)$ https://www.yourpage.com/$1 [R=301,L]
Viewing 1 replies (of 1 total)

The topic ‘images using http as absolute links to be replaced with https’ is closed to new replies.