FAQ

Frequently Asked Questions

How to enable allow_url_fopen on your server?

Some of our plugins work only if the allow_url_fopen directive is enabled ini PHP settings.

When it is enabled, plugins can open remote files as if they are local files. This means that they can retrieve the contents of a web page.

To enable this, use a text editor to modify the allow_url_fopen directive in the php.ini file from your server, as follows:

allow_url_fopen = on

MORE INFORMATION

If you don’t know how to handle this, please contact your hosting provider’s support and ask them to enable this directive for you. They will be able to help.

CodeRevolution Knowledge Base

Video tutorials