and I added Header unset X-Powered-By to my htaccess file but in did not work either
Depending on which group the X-Powered-By header has been set, you may need to use the always condition (instead of the default onsuccess). For example:
Header always unset X-Powered-By
You can also try removing the header from within PHP itself. For example:
2
Answers
When I tried the in my localhost
The Value off didn’t work for me instead Off worked for me, looks like its case sensitive
Note: Server Restart Is Necessary
Depending on which group the
X-Powered-By
header has been set, you may need to use thealways
condition (instead of the defaultonsuccess
). For example:You can also try removing the header from within PHP itself. For example:
Reference: