tags:

views:

992

answers:

2

How can I on 'allow_url_fopen' in .htaccess or PHP file ? please help me

+2  A: 

You can't, it can only be set in php.ini (see the docs), unless you're using a version of PHP <= 4.3.4.

If you're using a really old version of PHP (and you shouldn't be) then you can said it in PHP using ini_set.

Dominic Rodger
+1  A: 

some peopel sead the we can put this code php_value allow_url_fopen 1 in the .htaccess file... but this not woek for me... some ideia?

Milton