The server signature, also known as the server banner, is a piece of information that identifies the web server version running on a particular server. Apache includes the server signature in the HTTP response headers, allowing clients to know the specific server software and version they are communicating with.

To hide xampp server version disclosure follow below steps

Open XAMPP Control Panel then click on config and select Apache (httpd.conf)

Now set ServerSignature Off ( If ServerSignature Off not placed on httpd.conf then add)

After refresh page you fond server version disclosure not showing


Also read this