Menu Close

How to Disable Server Signature by htaccess file ?

Error pages of your website like 404 not found, 403 access forbidden pages contains server signature i.e. server version number, operating system etc., such information could be misused by attackers. Mostly servers or operating systems has some loopholes that could be misused. One with these details can paralyzed your system with focused attacks. Unknowingly or knowingly, revealing Information about your server, hosting operating system, PHP versions is a potential threats and security risk for you website which are hosted on such web servers, it shows your system’s vulnerability to attackers.

As a webmaster, you can disable your server signature by htaccess file. Put following line in your htaccess file in your root directory:


ServerSignature Off

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

See also  How to Set Your Website Timezone by htacess file
  • You must be logged in to reply to this topic.