Cara Mengarahkan Otomatis Http ke Https

Di file .htaccess ditambah dengan :
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Kalo belum ada, ya tinggal bikin aja file .htaccess nya, gitu aja kok repot.