MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Dipak Bhoi on July 23, 2015, 04:57:53 PM

Title: How to check php configuration on shared hosting servers?
Post by: Dipak Bhoi on July 23, 2015, 04:57:53 PM
Hello folks,

To know what PHP version installed, modules compiled & paratemer set on your shared hosting server, you need to create a file called phpinfo.php (any name that you want) in your website's root directory and enter the following code in the file.

Quote
<?php
phpinfo();
?>

Save the file and open it in a browser, URL should be "yourwebsite.com/phpinfo.php" and it will give all the information which is related to PHP which is compiled on your shared hosting server.

That's it, Enjoy !! :) ;) :)