.htaccess redirect http to https namkhoa.net.vn (ok)

https://stackoverflow.com/questions/13376219/htaccess-redirect-http-to-https

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Last updated