Cara redirect ke https

PHP

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