1 Answer
create a file namedtest.php
under the Apache's Document root directory
.cd /var/www/html/
vim test.php
<?php
phpinfo();
?>
Save the Configuration file of php
Open the browser,enter localhost/test.php
If php modules page opens,thus testing of php configuration comes to end successfully.
Your Answer
x