Re: [PHP] sym links

2005-02-14 Thread Richard Lynch
timothy johnson wrote: > I am trying to write a php script that can read a dir which I have > linked into my public_html dir. But I get permission errors, what do I > need to change? Is this an Apache problem, gentoo, or php? It's not a PHP problem. Apache has a directive that allows it to either

Re: [PHP] sym links

2005-02-14 Thread Jochem Maas
timothy johnson wrote: I am trying to write a php script that can read a dir which I have linked into my public_html dir. But I get permission errors, what do I need to change? Is this an Apache problem, gentoo, or php? its a file permission problem. for some reason apache is not allowed to read th

[PHP] sym links

2005-02-14 Thread timothy johnson
I am trying to write a php script that can read a dir which I have linked into my public_html dir. But I get permission errors, what do I need to change? Is this an Apache problem, gentoo, or php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph