How to redirect https to http
Hi! I want redirect https to http.
I have written next code to .htaccess in htdocs folder but this is not work
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}
Hi! I want redirect https to http.
I have written next code to .htaccess in htdocs folder but this is not work
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}