반응형
일반
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=302]
AWS ELB 사용 시
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule .* https://%{HTTP:Host}%{REQUEST_URI} [L,R=302]
반응형
'Tip & Tech > Both | Other' 카테고리의 다른 글
Bootcamp / Windows 10 / Hyper-V 활성화 하고 싶을 때 (0) | 2021.03.31 |
---|---|
yum update jenkins 가 되지 않을 때 (0) | 2020.07.30 |
Oracle 날짜 Select (0) | 2010.10.23 |
Oracle sql 관련. 예약어와 같은 이름의 테이블, 변수사용 시 (0) | 2010.10.21 |
AVR-GCC에서 Function Prototype (0) | 2010.10.21 |