Hiding PHP's X-Powered-By header
Hi I know in PHP, it sends the X-Powered-By header to have the PHP version. I also know by appending some checksums, you can get access to PHP's credits, and some random images (more info here). I also know in php.ini you can turn expose_php = off. But here is something I have done on a few sites, and that is use header('X-Powered-B...