Removing X-Powered-By

Posted by Castor on Stack Overflow See other posts from Stack Overflow or by Castor
Published on 2010-04-18T09:49:04Z Indexed on 2010/04/18 9:53 UTC
Read the original article Hit count: 379

Filed under:
|
  1. How can I remove X-Powered-By header in PHP? I am on an Apache Server and I use php 5.21. I can't use the header_remove function in php as it's not supported by 5.21. I used Header unset X-Powered-By, it worked on my local machine, but not on my production server.

  2. If php doesn't support header_remove() for ver < 5.3, is there an alternative?

© Stack Overflow or respective owner

Related posts about php

Related posts about http-header-fields