Cấu hình .htaccess chuyển hướng HTTP sang HTTPS

Cập nhật ngày 20/02/2024
Lượt xem: 24
RewriteEngine On

# HTTPS
RewriteCond %{HTTPS} "=off"
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]