Thank you babuno5,
In php.ini, with both my old server and my new, this line is commented out,
;open_basedir =
and I don't see any mention of basedir in httpd.conf (on either server), nor in .htaccess.
So I tried
open_basedir =.
and rebooted apache. It hasn't made any difference though, it's still writing to root.
If it was just one script, I'd just fix it there, but there are a variety of sites. It sure seems like it would be related to basedir, just from what I read on that page. hmmm
Main Topics
Browse All Topics





by: babuno5Posted on 2009-05-17 at 10:00:33ID: 24406840
i think this can help en/ini.sec t.safe-mod e.php#ini. open- based ir
http://in2.php.net/manual/
>>The special value . indicates that the working directory of the script will be used as the base-directory.