Page 1 of 1

permission denied access to index.php

Posted: Thu Jun 16, 2005 2:14 am
by bhomass
I tried many setting with chown chmod for index.php. it is properly linked to zm.php. I keep getting

You don't have permission to access /index.php on this server.

any body else get this?

you don't have permission ...

Posted: Thu Jun 16, 2005 5:24 am
by rmo
Hi bhomass,
looks like apache is not allowed to follow symlinks.
On SuSE systems edit /etc/apache2/default-server.conf

Code: Select all

<Directory "/srv/www/htdocs/">
Options FollowSymLinks
...
...
</Directory>
regards Rainer

Posted: Thu Jun 16, 2005 5:15 pm
by bhomass
That worked!!!!!

Thanks. you guys are so helpful to a newbie.