How to Disable Php Version Header
To disable the PHP version header, edit the file /usr/local/lib/php.ini and update the line as given below,
expose_php = Off
Restart apache service
/etc/init.d/httpd restart
For Techs.... Techniques.... Technologies....
To disable the PHP version header, edit the file /usr/local/lib/php.ini and update the line as given below,
expose_php = Off
Restart apache service
/etc/init.d/httpd restart