Check PHP Configuration on WordPress Site

Run phpinfo() diagnostic function by creating test.php and put it in root directory of server. Open file in text editor and include the following… <?php phpinfo(); ?> After saving the file, navigate to http://<server>/test.php in your web browser and you should have a full diagnostic report on your PHP settings.