Redireccionar de HTTPS a HTTP

RewriteCond %{HTTPS} on
RewriteRule (.*) http://www.midominio.com/$1 [R=301,L,QSA]