Answer the question
In order to leave comments, you need to log in
How to redirect from https:// to http:// in .htaccess?
Can you tell me if it is possible to redirect from https:// to http:// in .htaccess?
If possible then how?
Answer the question
In order to leave comments, you need to log in
Yes it is possible. To do this, add the following lines:
RewriteCond %{HTTPS} on
RewriteRule ^.*$ http://%{SERVER_NAME}%{REQUEST_URI}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question