How to change server default signature using htaccess? Print

  • 0

There are chances where a bot or a user tries to access a non-existing page which shows default error page with Server Name, version @ server-admin email addresses. You may want to hide or change it so, your visitors cannot see such details. In order to change default web server details, use a .htaccess file and add code:
ServerSignature EMail
SetEnv SERVER_ADMIN user@serveradmin.com
To set this error display off, you can use:
ServerSignature Off

Was this answer helpful?

« Back

Powered by WHMCompleteSolution