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

Cập nhật ngày 19/01/2025
Lượt xem: 17

RewriteEngine On

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