You can use a phpinfo() page to view the current PHP information for your server. This can be useful for debugging PHP related issues while developing or maintaining your WordPress site.
To create a phpinfo() page, you will need to setup a SFTP user via the WP Engine User Portal. Once setup, you can log in to your server using your SFTP credentials and create a new file named “phpinfo.php” in the root directory.
In that file, copy the following code:
<?php phpinfo();?>
That’s it! You can now visit your site on WP Engine and go to /phpinfo.php.
Example:
http://domain.com/phpinfo.php