Skip to content

Instantly share code, notes, and snippets.

@ChrisCree
Created September 20, 2014 22:29
Show Gist options
  • Save ChrisCree/bed21e8a3a43d6400669 to your computer and use it in GitHub Desktop.
Save ChrisCree/bed21e8a3a43d6400669 to your computer and use it in GitHub Desktop.
To find out what your website's server properties are including what version of PHP is running download this file as phpinfo.php and then FTP it up to your root WordPress directory. Then you can access it by going to your site's http://domain.com/phpinfo.php Remember to delete the file after you have the information you need!!
<?php phpinfo(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment