htpasswd 사용법을 모라서 ..... 질문 하빈다..
## httpd.conf ###
<Directory "/home/tayhost/html">
Options Indexes FollowSymLinks
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
#######################################
## .htaccess ###
AuthName "administrator"
AuthType Basic
AuthUserFile /home/tayhost/html/manager/.htpasswd
AuthGroupFile /dev/null
<Limit GET POST>
require user tayhost
</Limit>
#########################################
## .htpasswd ###
123:8YX2gcmPiiIg.
##########################################
이렇게 셋팅 했는데 무었이 문제인지...
로그인 창에서 패스워드가 안맞아서... 안되네여...
방법 가르쳐 주세여