Master value for php.ini in Virtual Host configuration
I dont know where I should put this topic.Maybe I'll put it here first, and then mod will decide.
Here is the problem
Since I move my site to a new server I always got error message about :
openbase_dir
upload_tmp_dir
With this problem i can't upload files to the server with PHP scripts and I can't use include command.
me and the server guy try to fix it for almost 1 months without any results.
Anybody know how to fix it ?
Maybe you guys want to see the phpinfo settings in my server, can take a look at this url
http://www.indoguides.com/phpinfo.php
any idea what should I do ?
someone in Zend forums gave the solutions but it's still not working.
[VirtualHost www.indoguides.com:80]
DocumentRoot /usr/local/psa/home/vhosts/indoguides.com/httpdocs
ServerName www.indoguides.com
php_admin_value safe_mode 1
php_admin_value open_basedir /usr/local/psa/home/vhosts/indoguides.com
php_admin_value upload_tmp_dir /usr/local/psa/home/vhosts/indoguides.com/tmp
[/VirtualHost]
DocumentRoot /usr/local/psa/home/vhosts/indoguides.com/httpdocs
ServerName www.indoguides.com
php_admin_value safe_mode 1
php_admin_value open_basedir /usr/local/psa/home/vhosts/indoguides.com
php_admin_value upload_tmp_dir /usr/local/psa/home/vhosts/indoguides.com/tmp
[/VirtualHost]