How To Create A phpinfo.php File

The phpinfo.php file is not included in generic installs of WordPress on Sitegroud. It is a helpful file for determining your server information. It is easy to create one. All you need to do is:

  1. Go to your file manager and create a file named phpinfo.php inside the public_html folder
  2. Put this line of code in the file: <?php phpinfo(); ?>
  3. Thats it.

See Siteground documentation for more information.

Leave a Comment

Your email address will not be published. Required fields are marked *