apache http to https

운영자 | 기사입력 2022/01/12 [03:26]
아파치 >
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
apache http to https
 
운영자   기사입력  2022/01/12 [03:26]

 RewriteEngine On

 RewriteCond %{HTTPS} off

 RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

 

<VirtualHost *:80>

    DocumentRoot /home2/aaa.com

    ServerName   www.aaa.com

    ServerAlias      aaa.com

    RewriteEngine On

    RewriteCond %{HTTPS} off

    RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

</VirtualHost>

 

아파치 가상 호스팅 부분에    추가하면 된다

 

http 접속시   https 로  변경된다. 

트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2022/01/12 [03:26]  최종편집: ⓒ iwav
 
 
아파치 많이 본 기사