Answer the question
In order to leave comments, you need to log in
Redirect from https to http does not work, why?
The ssl certificate has ended, I don’t plan to renew it, I disabled it in the panel, the site opens via a direct url using the http protocol, but the redirect does not work if I try to open it via the https protocol.
Added to htaccess:
RewriteEngine On
RewriteCond %{SERVER_PORT} ^443$ [OR]
RewriteCond %{HTTPS} =on
RewriteRule ^(.*)$ http://mysite.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