Answer the question
In order to leave comments, you need to log in
Disabling a certificate on a specific site page?
Hello, after switching from http to https, the iframe stopped working, so they use an http connection there.
Apparently, until there is https , it will not work if I have Https enabled.
The htacces file has a redirect to https.
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://site.com/$1 [R=301,L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question