.htacces dosyana http kullanmak istiyorsan aşşağıdaki kodu siteadin.com yazan yeri değiştirip ekleyebilirsin.


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


https kullanmak isterseniz de

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]