SSL için isterseniz sunucunuz ile konuşun sonrasında aşağıdaki kodu htaccess dosyanıza yapıştırın.
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]Edit : Kolay gelsin.
14
●165
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]Edit : Kolay gelsin.