7월 262011
 

1) Apache .htaccess를 수정하기

RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/directory(.*)$ https://%{HTTP_HOST}/directory$1 [L,R]

2) phpMyAdmin의 config.inc.php파일 수정하기

// 적당한 아래쪽에 설정
$cfg[‘ForceSSL’] = true;

출처 : http://www.michaelbarton.name/2009/12/13/forcing-ssl-with-phpmyadmin/


 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

이 사이트는 스팸을 줄이는 아키스밋을 사용합니다. 댓글이 어떻게 처리되는지 알아보십시오.