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 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>
참고사이트 http://apache.kr.net : root계정에서는 기본으로 설정된
: 디렉토리에서 index.html파일을
: 작성하여 웹에서 localhost하면
: 나오지 않습니까?
:
: 근대요 일반 계정에서 index.html
: 을 실행 시키려면 어떻게 해야
: 하나요?
: 저의 계정 밑에 public_html
: 디렉토리를 만들어서 index.html
: 하고 만든다음
: http://localhost/~계정
: 이렇게 하는것 같아서 해봤는대요.
: 안되더라구요...
:
: 어떻게 하면 될까요?--EcusE [FSG]