I tried to disable the like X-Powered-By, and Serverto provide security by adding the following to my .htaccess in OVH-connected server.
<IfModule mod_headers.c>
Header unset Server
Header unset X-Powered-By
</IfModule>
But this will not work, I still get these headers when starting HTTP requests. What for? This is not possible because somehow mod_headers.c is not loading based on a mutual server?
source
share