The .htaccess generator generates the following code:
## Remove Apache and PHP version signature <IfModule mod_headers.c> Header unset X-Powered-By </IfModule>
However, the code does not seem to be respected, because the always tag is missing. The code should read
Header always unset X-Powered-By
Furthermore, the following code should also be added to properly hide what is "under the hood":
Header always unset X-Content-Powered-By
Would you consider incorporating these into Admin Tools?
Best wishes,
Gabor