Where can I find information about my server ?You can find the name servers, IP address and hostname of your server into your Customer's area:
1. Login to your Customers' Area:
2. Click My Account Section
3. Click on the "Manage" button against the account you need information for.
4. You will notice that the DNS servers, Server IP address and Host name are listed in this page.
If you need detailed information about the PHP configuration, please follow these steps:
1. Create a file called phpinfo.php in your public_html directory.
2. Put the following text in the file "<? php phpinfo(); ?>" (without the quotation marks) and save the file.
3. Access the file using your browser at http://yourdomain.com/phpinfo.php
4. Here you will find full information about the web server PHP configuration including libraries and system type and OS version.
If you want to find the Apache and MySQL version, you have to login to your cPanel and look at the left bottom part of the main page.