Retrieve all PHP information from your hosting

This article covers a function of PHP itself, namely phpinfo();.
What you can achieve with this, many people probably already know. You will get a complete list of what is installed on your hosting space.
You will also see which functions are supported and which are not. For example we block the standard PHP mail(); function since we require SMTP authentication.

Go to the filemanager in the controlpanel and select the filemanager.



Then go to the wwwroot and create a file with a name of your choice.

Retrieve all PHP information from your hosting

Then you can go to the page in a browser of your choice, and you will see the full list of possibilities.

php info



If you have any further questions, you can create a ticket for this in the customer panel, or you can check if the online chat is available.

Keywords: php installation server php information