I created the page in wordpress and set it https by the use wordpress https plugin. I have the problem that when I go to the http page link to the https page it shows in https. I want the rest of the pages should display in http when I go to the https link to http. How can I do it?
Thanks
There is a option in the https plugin,
"forced the external links"
check this option to display the pages in https only in case user goes to the https to http page. It does't display the http page in https. It displayed the selected pages in https.
Related
I have a website https://mycpadashboard.com/. I have installed SSL to it but whenever I upload media it first creates an image URL with HTTP, not with HTTPS. Though when I clicked on HTTP generated image URL it is redirecting which is a good thing. But I am performing a technical audit and they are showing me warnings that some of the URLs(same non HTTP images) are having HTTP links. I have checked all the settings.
Please advise.
Thanks
Go to wp-options from database php my admin and change the link from http to https. so your all images will convert to https.
I just saw an image of playstore in footer with http URL.
After I moved my website from Http to Https, now when I click on a http link on the page, directs me to https link.
I changed all 'http's to 'https' using a plugin in wordpress. Now Website works perfectly, but every single external links in the page directes me automatically to https.
I tried WP-Elementor and added new http links, but still directs me to https.
Plugin which you use for redirect url from http to https is redirect all the link without checking the domain. you need to use plugin which is check the domain. and your domain links only redirect from http to https. As of me good plugin to redirect from http to https is Really Simple SSL.
I have image handler working fine on HTTP. But The same page when access using https its not showing up the image. When check browser console for errors its showing "ERR_INSECURE_RESPONSE".
This usually occurs when you try to load content from http site into https site. This results into Mixed-Content error.
On http page you can load contents from http or https both but when you are on https site then you can load contents like images or iframe only from https sites.
In this case i assume that the site which is sending request is on https but your ashx page is on http site.
I have installed Let's Encrypt on my site. I have upload image it makes link https and it works fine. I have applied redirection rule in htaccess so it's not redirect http to https only in media file. I have use plugins and some hooks in functions.php but not get success.
For Redirect Purpose
If you are using SSL certificates and you want to redirect all traffic from HTTP to HTTPS, then the plugin Force SSL is what you need.
https://wordpress.org/plugins/force-ssl/
For Update URL http to https in db
If you want to update URLs.You can use this,
https://wordpress.org/plugins/velvet-blues-update-urls/
I have main page which opens via http. On this page I open iframe with same domain but via https and get error message:
Blocked a frame with origin "https://example.com" from accessing a
cross-origin frame
Is it possible?
If the main page (http) could access the iframe (https) it will be a security problem!
More informations this security feature: https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy
Just move the main page to https, it will solve your problem and secure your visitors.