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 を与えているのに、ここで何が間違っているのでしょうか。

関連情報