Hide PHP Version in Apache / Scripts
Prevent remote hosts to easily see that you have PHP installed on the Server and what version you are running.
Just open your php.ini file and modify the following line:
Once you have modified the file, restart Apache Server and it's done! now you are free of possibles attacks of malicious users.
; Hiding PHP Version
expose_php = off
Once you have modified the file, restart Apache Server and it's done! now you are free of possibles attacks of malicious users.
