Server Signature

Apparently, and I may be a tad hazy on this, but after applying the server signature to be off, you can still see the version of PHP via a token somewhere? How do I see an example of that token within my own website please?

You can see it in the HTTP headers, which you can inspect using your browser’s developer tools (usually opens when you press ctrl+i or F12, look for the “network” tab).

If you want to turn it off you need to change expose_php in your php.ini to 0. See http://php.net/manual/en/ini.core.php#ini.expose-php

Thanks, I’m now onto the hosts.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.