LINUX/Apache

https 로 rewrite 하도록 설정

OJR 2012. 12. 3. 00:16

 

 

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

 

 

http://tylee82.tistory.com/172

반응형

'LINUX > Apache' 카테고리의 다른 글

HTTP/1.1 Status Code  (0) 2012.09.13
아파치 에서 .svn 노출 막기  (0) 2010.07.10
accesslog 분석하자.  (0) 2010.03.18
[apache] 아파치 실행상태 모니터링 (server-status)  (0) 2010.03.04