PHP: Symlink in public_html cannot be accessed through browser

Posted by Rachel on Server Fault See other posts from Server Fault or by Rachel
Published on 2010-04-05T02:45:57Z Indexed on 2010/04/06 1:23 UTC
Read the original article Hit count: 349

Filed under:
|

I have tester.php file which I want to run on the browser and I have created symlink to it in my public_html folder, but still when I try to run it, its not working and gives me following error message.

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
web.upc03.dev.com
Sun Apr 4 22:41:23 2010
Apache 

I am not sure as to why am I getting this error message, I have check all file permissions settings and it seems to be fine.

My File permissions settings are:

lrwxrwxrwx  for tester.php

Is there something that should be done other way or is this not the proper approach ?

© Server Fault or respective owner

Related posts about apache

Related posts about symlink