The PHP function
file_get_contents
is used. Your file must be readable by the web server.
From the file_get_contents
documentation: A URL can be used as a filename with this function if the
fopen wrappers
have been enabled.
Check your server configuration.




