Answer the question
In order to leave comments, you need to log in
How to set up a redirect from https to http via .htaccess?
Hello, I can’t redirect from https to http via .htaccess
In the opposite direction with this code it works
Answer the question
In order to leave comments, you need to log in
RewriteCond %{HTTPS} on
RewriteRule (.*) http://...
<VirtualHost *:443>
ServerName ...
Redirect permanent http://...
</VirtualHost >
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question