httpd vhost http redirect to https

북마크 추가

<VirtualHost *:80>
.....
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</VirtualHost>


AD
통관알리미
2022-07-26 00:00
SHARE