Untuk redirect http ke https tambahkan baris dibawah ini kedalam file .htaccess
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Untuk redirect http ke https tambahkan baris dibawah ini kedalam file .htaccess
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}