Re: not sure, what now

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux