WebSite X5Help Center

 
Nordin R.
Nordin R.
User

Turn off server signature  en

Author: Nordin R.
Visited 1260, Followers 1, Shared 0  

is it possible to turn off the server signature

Posted on the
1 ANSWERS
Eduardo Volpi A.
Eduardo Volpi A.
User

I don't think this is possible from inside Website X5.

But you could open your public_html folder and disable the server’s signature used to identify the server, by using the following code in your .htaccess file:

# Disable server signature

ServerSignature Off

You will not be able to turn that off on a shared server account. You would need to be on a dedicated or VPS server account with root access in order to make changes of that nature. 

Read more
Posted on the from Eduardo Volpi A.