웹사이트 구축 오류좀 봐주세요....                             


                                                                          

 Forbidden

You don't have permission to access /index.html on this server.
Server unable to read htaccess file, denying access to be safe

Apache/2.4.10 (Ubuntu) Server at 192.168.137.128 Port 80
기복적인 웹 서비스만 구축하고 확인하기 위해서 root 계정으로 로그인한후
우분투 아파치 윕서버를 구축하기 위해 sudo apt-get install apache2 와 sudo /etc/init.d/apache2 restart를 했습니다. 그리고 앞서 제가 작업한 문서인 test1 을 홈페이지에 나타나게 하기위해서 test1을

vi index.html 을하고 명령모드에서 :r test1 을 하고 저장을 했습니다. 그리고 index.html 파일 명으로 /root 디렉토리 위치로 복사하기 위해서 cp -r index.html root 를 했습니다 그리고 나서 vi /etc/apache2/site/available/000-default.conf 에서 파일의 Document Root /var/www를 Document Root /root로 수정하고 홈페이지를 들어갔는데 저런화면이 나오는데 어떤게 문제인지 정말 모르겠습니다....


맨위 사진은 제가 저 설명대로 수행한건데 틀린점이 있으면 알려주십시오 ㅠㅠ