permission denied access to index.php

Support and queries relating to all previous versions of ZoneMinder
Locked
bhomass
Posts: 103
Joined: Sat Jun 11, 2005 6:54 pm

permission denied access to index.php

Post 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?
rmo
Posts: 22
Joined: Fri Jan 21, 2005 6:57 pm
Location: Germany

you don't have permission ...

Post 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
bhomass
Posts: 103
Joined: Sat Jun 11, 2005 6:54 pm

Post by bhomass »

That worked!!!!!

Thanks. you guys are so helpful to a newbie.
Locked