Loading...
Real Time Issues

phpinfo() is not working in Centos Server

 

Add below code in /et/httpd/conf/httpd.conf     in the <IfModule mime_module>   block.

AddHandler php5-script .php
AddType text/html .php

Add below code in /et/httpd/conf/httpd.conf  in the <IfModule mime_module>   block.

AddHandler php7-script .php
AddType text/html .php

Leave a Reply

Your email address will not be published. Required fields are marked *