: 혹시 httpd.conf 에서
: AllowOverride None 으로 되어 있으신것 아닌가요?
: None 으로 되어있으면 .htaccess 를 무시한답니다.
: AllowOverride All 로 바꿔줘보세요...
이런.... 그런게 있었군요.. -_-;;;
그래서 다시 살펴 보았더니...
---------------------------------
UserDir public_html
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
#<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
# Order deny,allow
# Deny from all
# </Limit>
#</Directory>
-------------------------------------
로 주석 처리가 되어 있더군요.
# AllowOverride FileInfo AuthConfig Limit
근데 이게 무슨 뜻이죠?
그리고, 이 것 위에는 <Directory> 로 되어 있는게
또 있더라구요, 이건 아마도 전체 디렉토리에 대한 설정같은데,
이곳에는 AllowOverride None 으로 해놓고,
<Directory /home/*/public_html> 에서는 All 로 정의 해놓으면,
각 사용자의 리렉토리에서만 사용자 인증이 적용되나요?
아니면 전체디렉토리 설정부터 All 로 해놓아야 하는건가요?
--
이 곳에 서명을 적어주십시오.
이 곳에 서명을 적어주십시오.