How to Enable and Disable allow_url_fopen in PHP
Learn how to enable or disable allow_url_fopen in PHP from your php.ini file, and understand its security risks.
Learn how to enable or disable allow_url_fopen in PHP from your php.ini file, and understand its security risks.
Available PHP extensions. In this miHosting guide you'll find information on the PHP extensions available across our hosting plans and how to enable them.
Although newer PHP versions offer more speed and security, some legacy projects strictly require PHP 5.x. Learn why you might keep using PHP 5.6 and how to switch versions in DirectAdmin on your miHosting account.
Learn how to change the PHP version within your hosting service. We cover which PHP versions are available, which one you should use, and how to switch versions using the MultiPHP Manager in your control panel.
If your website needs to display dates, currencies, and formats from different countries, the Intl extension is what you need. Learn what it does, why it's required by PrestaShop, and how to enable it in DirectAdmin.
The SOAP extension can be used to write SOAP servers and clients. It is available on all of our servers. Find more information in the official PHP documentation.
These functions can be used to write XML-RPC servers and clients. The XMLRPC extension is available on all of our servers. Find more information and documentation about the extension and its functions.
The PHP ZIP extension is a module that lets your website read, write, and create compressed .zip files. It's essential for installing WordPress plugins, running updates, and creating backups. Learn how to enable it in DirectAdmin.
Available PHP versions change over time as older versions are deprecated and lose support, while new ones are added. See the current PHP versions available and how to select them from the MultiPHP Manager in your control panel.
Learn how to create a PHP redirect with header(), when to use 301 or 302, and which mistakes you should avoid.