You can simply enable/disable the php functions allow_url_include and allow_url_fopen by editing the php configuration file.
- Open your PHP.ini file
- If you are unsure how to do this check with your hosting provider
- Add the following lines to your PHP.ini file:
allow_url_fopen = On
allow_url_include = On
- Save