이렇게 되어 있는디염...ㅡㅡa
#
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.
#
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>
#
# 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>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>
: : : 일반 계정에 사용자의 디렉토리
: : : /public_html/
: : : 에서 작성한 .html문서가 안뜨는 이유가 뭘까염...?
: : : 넘 애매하나,..?
: : : 워난 지식이 얕아서 어떻게 물어야 할지더 좀 글네염..
: : : 이 질문에 더 필요한 정보가 있는가염..
: : : 그럼 올려 드릴꼐염
: : : 좀 갈켜 주셔염...ㅠ,.ㅠ;
: : 일단 홈피로 접속하면 이런 에러가 떠염.,..
: : Forbidden
: : You don't have permission to access /~sencewon on this server.
:
: 혹시 httpd.conf내용중에요.
:
: --------------------------------------
: #
: # 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
: Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
: ExecCGI
: <Limit GET POST OPTIONS PROPFIND>
: Order allow,deny
: Allow from all
: </Limit>
: # <LimitExcept GET POST OPTIONS PROPFIND>
: # Order deny,allow
: # Deny from all
: # </LimitExcept>
: </Directory>
: ---------------------------------------
: 이런 비스무레한 내용이 있는지 확인을 해보세요 ^^;
:
: --
: 부끄럽군요;;;