change the php ini setting in plesk
Posted: Tue Jun 09, 2009 4:54 pm
hail i have the plesk cpanel and want to change allow_url_fopen to On with this two method:
1.use ini_set:
2.use .htaccess
but still when i check with
there is nothig has been printed. 
what must i do?
1.use ini_set:
Code: Select all
ini_set('allow_url_fopen', '1');
Code: Select all
php_value allow_url_fopen "On"
Code: Select all
echo ini_get('allow_url_fopen');
what must i do?