Hi There,
Question....
say I have all my php files in /home/sites/web...
underneath the /web directory i make a sym link to /someotherdirectory....
say i'm running a php script in the "someotherdirectory" and i reference a "../contents.inc"....
will the php script go up 1 directory (back to the directory that sent it to the sym link directory) to get that "contents.inc" file?
I am asking this as I have a script that i want many domains to access, however each "contents.inc" file is different.
Thanks,
-dr