Re: [PHP] Re: How can I stop PHP from resolving symlinks?

2006-02-28 Thread Roy Souther
finds them and not go looking for the real file? On Thu, 2006-02-23 at 15:59 -0700, Joel Leibow wrote: You need to check your httpd.conf and make sure the "Options FollowSymLinks" is set for the server. Check the apache documentation for further information. Joel Leibow "Roy S

Re: [PHP] How can I stop PHP from resolving symlinks?

2006-02-23 Thread Roy Souther
trying. I am thinking this is an Apache issue. I tested PHP CLI and it works as expected just like a shell. Apache must be at fault for this problem. On Thu, 2006-02-23 at 11:37 +1100, Chris wrote: Roy Souther wrote: > How can I make PHP use the symlink and stop trying to resolve the > or

[PHP] How can I stop PHP from resolving symlinks?

2006-02-22 Thread Roy Souther
I am trying to stop PHP from resolving symlinks. I have a PHP CMS that I use to host dozens of sites using Apache virtual hosting features. I need all the sites to run the exact same PHP CMS code but use their unique directories to host the different config files. The problem is that the PHP sc