> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Richard C. Barker Sr. > Sent: Tuesday, December 29, 2009 6:45 PM > Cc: 'BlueOnyx General Mailing List' > Subject: [BlueOnyx:03194] Re: sub-domains not working > > Ok made the change restarted httpd and still get a blank page. > > Still get this error: > PHP Warning: Unknown: open_basedir restriction in effect. > File(/home/.sites/81/site18/vhosts/football/index.php) is not within the > allowed path(s): (/tmp/:/var/lib/php/session/) in Unknown on line 0 > PHP Warning: Unknown: failed to open stream: Operation not permitted in > Unknown on line 0 > > PHP Warning: Unknown: open_basedir restriction in effect. > File(/home/.sites/81/site18/vhosts/football/index.php) is not within the > allowed path(s): (/tmp/:/var/lib/php/session/) in Unknown on line 0 > PHP Warning: Unknown: failed to open stream: Operation not permitted in > Unknown on line 0 > PHP Warning: Unknown: Failed opening > '/home/.sites/81/site18/vhosts/football/index.php' for inclusion > (include_path='.:/usr/share/pear:/usr/share/php') in Unknown on line 0 > > Path is now set to: > /tmp:/var/lib/php/session:/home/.sites/81/site18/
According to your post, "File(/home/.sites/81/site18/vhosts/football/index.php) is not within the allowed path(s): (/tmp/:/var/lib/php/session/)", there is no site-associated open_basedir path configured. > It will not let me leave off the / after site18 Yeah, I see that you can leave it off /tmp/ and /session/ but it wants to hang onto the one on the site path. > The site > http://football.betting.pn/index.php > > Yet the index.html working fine: > http://football.betting.pn/index.html Yes, it would, as it doesn't operate with PHP's settings. _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
