User Tools

Site Tools


redirect_http_to_https_using_.htaccess

Redirect http to https using .htaccess

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
redirect_http_to_https_using_.htaccess.txt · Last modified: 2023/02/12 14:36 by 127.0.0.1