: 서버에요 사용자 계정을 만들었거든요... 그리고 public_html
: 디렉토리를 만들고 그 디렉토리 안에 index.htmㅣ문서를 넣고
:
: http://localhost/~test/
:
: 를 했더니
: You don't have permission to access /~test/ on this server.
:
: 라는 메세지가 ㅁ떠요.. 따로 뭘 설정해줘야 할까요?
cd /home
chmod 701 test
^^
퍼미션 확인해보세요~~