To be able to view server configuration information for your sites using PHP, insert the following code into a file named phpinfo.php which should be placed into your yourdomain.com.au/httpdocs/ directory:
<?
phpinfo();
?>
Save the file to your site and then use your browser to call on the file.