PHP Testing
To test your PHP configuration create a file info.php inside your HTL directory. Enter the following code: <?php phpinfo(); ?> This code runs phpinfo() function which writes all information about your PHP. Go to http://localhost/info.php If everything is ok you will see a lot of information on your screen about all installed modules and addons [...]