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:

  1. Create a new text file on your computer, and add the code: <?php phpinfo (); ?>
  2. Save the file as phpinfo.php.
  3. Upload phpinfo.php to the web content folder of your domain using the FTP.
  4. Run phpinfo by navigating to yourdomain.com/phpinfo.php in your browser. Replace yourdomain.com with your actual domain name.

For more information, see phpinfo - Documentation.