Example: You can create a php file a include a file as long as that file resides in the same directory as the include file. Test it Create a /test directory under your sitename/web dir and make a file with <? phpinfo(); ?> in it. name it info.php and save it in the test dir. then in your web folder create a file with <? include ("test/info.php"); ?> and name it test.php save it in web. Now you get an error like unable to include info.php at inclusion: './' I've look for days how to fix this.. I found it once somewhere and cant find it again. I have tried to add the paths to the php.ini and restarted apache no change. I found something on script alias or include directives in an htaccess file dan mccullough ________________________________ There is no such thing as a problem, unless the servers are on fire -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]