allow_url_include — Makes the remote url’s active
 How to access remote url’s via PHP When the website is throwing an error message without loading the contents which refers to the remote url’s (in general news feeds), you need to enable the following PHP parameter. ============allow_url_include============ You can enable this PHP parameter by adding the following line in… Continue Reading allow_url_include — Makes the remote url’s active