> Where is Open_basedir set? In a global php setting or can it be done
> site by site? And if so, what is the most logical place to put the file
> that controls this?

It's set by apache and unless you have root access you don't have any
control over it.

Re-read the error message, php tells you all you need to know:

File(../inc/siteconfig.php) is not within the allowed path(s):
....
in /home/httpd/vhosts/sealbeachprofessionals.com/httpdocs/home.php on line 1

So

The first line of home.php is:

include('../inc/siteconfig.php');

Change that.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to