Title: images using http as absolute links to be replaced with https
Last modified: September 29, 2020

---

# images using http as absolute links to be replaced with https

 *  [gmcicreative](https://wordpress.org/support/users/gmcicreative/)
 * (@gmcicreative)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/images-using-http-as-absolute-links-to-be-replaced-with-https/)
 * 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)

 *  [wolf23](https://wordpress.org/support/users/wolf23/)
 * (@wolf23)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/images-using-http-as-absolute-links-to-be-replaced-with-https/#post-13922884)
 * 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.

 * ![](https://ps.w.org/master-slider/assets/icon-256x256.png?rev=1638064)
 * [Master Slider - Responsive Touch Slider](https://wordpress.org/plugins/master-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/master-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/master-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/master-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/master-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/master-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [wolf23](https://wordpress.org/support/users/wolf23/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/images-using-http-as-absolute-links-to-be-replaced-with-https/#post-13922884)
 * Status: not resolved