To view the server configuration information for your website using PHP, insert the following code into a file (i.e. phpinfo.php):
<?php phpinfo(); ?>
Then open the file in your browser. For example if you had uploaded it in your public_html directory and your domain is yourdomain.com then you should be browsing yourdomain.com/phpinfo.php.
If you had done all the steps correctly, you should be seeing a page like this:
If you are not sure with any of the steps detailed within this guide, please do not hesitate to open a support ticket to our Technical Support Department.