cakephp 설정 중 권한 문제

cakephp 설정 중 권한 문제

저는 Linux를 처음 접했고 opensuse 12.1에서 cakephp를 설정하려고 합니다. 나는 cakephp 웹사이트(블로그 튜토리얼)에서 말한 대로 했는데 아마도 몇 가지 권한 문제에 직면했을 것입니다. 나는 /srv/www/htdocs에 cakephp 폴더를 넣은 다음 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을 제공했는데 여기서 뭘 잘못하고 있는 걸까요?

관련 정보