Jump to content

allow_url_fopen = On


sepoto

Recommended Posts

With regards to 'allow_url_fopen', is there a way to set the environment variable to on via a .php script? If no can it be done via an .htacess file? I am working with a webhost that hides most of the configuration from me so I am limited on what I can do. I really need this variable to be set to on.Thanks.

Link to comment
Share on other sites

allow_url_fopen is enabled by default (see http://www.php.net/manual/en/ini.list.php). you also can set it inside php srcipt with ini_set("allow_url_fopen",1);though it is best to set it off if you realy dont need it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...