How to redirect https to http

malcev
edited November -1 in Support Forums

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}