Running phpinfo
on GFI HelpDesk server
Sometimes, when troubleshooting GFI HelpDesk download issues, the customer may be asked for details about the PHP environment on their server. The phpinfo
function can be used to return the information about the server's PHP configuration in an HTML format.
This article provides instructions for running the phpinfo
command.
Follow the instructions provided below:
- Create a new text file on your computer, and add the code:
<?php phpinfo (); ?>
- Save the file as
phpinfo.php
. - Upload
phpinfo.php
to the web content folder of your domain using the FTP. - Run
phpinfo
by navigating toyourdomain.com/phpinfo.php
in your browser. Replaceyourdomain.com
with your actual domain name.
For more information, see phpinfo - Documentation.