Re: [PHP] Re: Difficulty navigating symlinks

2008-10-22 Thread Stut
On 22 Oct 2008, at 22:45, Boyd, Todd M. wrote: Haven't read the entire thread, but you might also look at http://php.net/manual/en/function.realpath.php realpath() won't help since it will just controbute the same problem... specifically he'll get the path were the page really exists instead

RE: [PHP] Re: Difficulty navigating symlinks

2008-10-22 Thread Boyd, Todd M.
> -Original Message- > From: Robert Cummings [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2008 3:02 PM > To: Shawn McKenzie > Cc: php-general@lists.php.net > Subject: Re: [PHP] Re: Difficulty navigating symlinks > > On Wed, 2008-10-22 at 13:43 -05

Re: [PHP] Re: Difficulty navigating symlinks

2008-10-22 Thread Robert Cummings
On Wed, 2008-10-22 at 13:43 -0500, Shawn McKenzie wrote: > Seth Foss wrote: > > Hi everyone, > > > > I am trying to run multiple sites on the same server, that have mostly > > identical code - a pre-built application. > > > > Anyway, I would like to save disk space by specifying independent > >

[PHP] Re: Difficulty navigating symlinks

2008-10-22 Thread Shawn McKenzie
Seth Foss wrote: > Hi everyone, > > I am trying to run multiple sites on the same server, that have mostly > identical code - a pre-built application. > > Anyway, I would like to save disk space by specifying independent > configuration files for each site, then using symbolic links to access >