AllowOverride AuthConfig
암호걸 디렉토리에 .htaccess 생성
AuthName "관리자 화면입니다."
AuthType Basic
AuthUserFile /uandme/www/uandme/phpMyAdmin/.htpasswd
AuthGroupFile /dev/null
require valid-user
.htpasswd 생성
$htpasswd -c /uandme/www/uandme/phpMyAdmin/.htpasswd bigrock
'Talk > IT' 카테고리의 다른 글
| Invalid Address specified to RtlFreeHeap (2) | 2006/07/21 |
|---|---|
| 파일 및 디렉토리 접근 함수 (0) | 2006/06/22 |
| htaccess를 이용한 폴더 접근 권한 설정 (0) | 2006/06/22 |
| DMA 설정 (0) | 2006/06/22 |
| 대용량 파일 업로드 가능하게 하는 방법 (0) | 2006/06/22 |
| C4251 경고 메시지 (0) | 2006/06/22 |
TAG apache



