cakephp 설정 시 권한 문제가 발생했습니다.

cakephp 설정 시 권한 문제가 발생했습니다.

저는 Linux를 처음 사용하고 opensuse 12.1에서 cakephp를 설정하려고 합니다. 저는 cakephp 웹사이트(블로그 튜토리얼)의 지침을 따랐는데 아마도 몇 가지 권한 문제가 발생했을 가능성이 높습니다. cakephp 폴더를 /srv/www/htdocs에 넣은 다음 localhost/cakephp를 사용하여 액세스하려고 했습니다.

Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403

하지만 내가 얻은 권한을 확인하면

Suse:/srv # ls -lR shows sankalp as owner for all the files down the tree.

sankalp@Suse:/srv/www/htdocs> whoami
sankalp
sankalp@Suse:/srv/www/htdocs> ls -l
total 108
drwxrwxrwx  6 sankalp users  4096 Jun 27 12:44 cakephp
-rw-r--r--  1 sankalp users 73728 Jul  6 10:41 das
-rwxrwxrwx  1 sankalp  root    302 Mar 13  2006 favicon.ico
-rwxrwxrwx  1 sankalp  root     26 Jun 28 19:04 whoami.php

또한 브라우저에 favicon.ico가 표시되면 whoami.php에 액세스할 수 없습니다. 사용자에게 777을 제공할 때 여기서 내가 뭘 잘못하고 있는 걸까요?

관련 정보