Knowledgebase: cPanel
HOW TO: Test Apache and PHP configuration
Posted by on 21 June 2018 01:19 PM
|
|
How to test the Apache and PHP configurationQ. How can I be sure that my PHP server is working? and How to know the version and modules enabled? A. You can create a simple PHP script and load it from your browser in order to know the version of PHP and modules you are running. To do that follow this steps.
And paste inside that file these contents:
Then go to: http://your-server/path/phpinfo.php | |
|
Comments (0)