Click to See Complete Forum and Search --> : Win2k Include


trooper
12-19-2001, 07:19 AM
Hi

I've got a WIN2K server (boo hiss i know) and i'm having a problem with my include statements.

if i have include "/master/config.php";

it won't pick it up in windows 2k. Under unix this is fine

All my files are under the document root

anyone got any ideas?

Anon
12-19-2001, 10:23 AM
Hi,

did you enter the include dir in php.ini? If not, do so and just give the filename, not a path.
If this doesn't work, check access rights of the dir where the files reside.
Regards,


Uwe

trooper
12-19-2001, 11:27 AM
So are you saying if i use $DOCUMENT_ROOT i have to share all the directories underneath the htdocs directory?