php ini allow_url_fopen

Enabling allow_url_fopen allows PHP to treat remote files almost as if they were local. When enabled, a PHP script can access and modify files residing on remote servers, if the files have the correct permissions.

allow_url_fopen = On

Whether to allow the treatment of URLs (like http:// or ftp://) as files.





Content