RewriteCond %{SERVER_PORT} ^443$ [OR]
RewriteCond %{HTTPS} =on
RewriteRule ^(.*)$ http://www.siteniz.com/ $1 [R=301,L]

Bu da 301 yönlendirmesi :)