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?
permission denied access to index.php
you don't have permission ...
Hi bhomass,
looks like apache is not allowed to follow symlinks.
On SuSE systems edit /etc/apache2/default-server.conf
regards Rainer
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>