I'm bulding a website but some webtools and browser plugins allows anyone to get information on which technologies the website has been built. Is there any Alternative to not reveal that we are working on server that process php ?
|
|
Don't provide any information to anyone unless its absolutely necessary. You should set This is along the same lines as "banner information disclosure", which is revealing version information via service banners. You should be able to configure your HTTPD to suppress this information. In an Apache production environment set You could also lie >:). You can use mod_header to set any header, including a fake |
|||||||||||||||||
|
|
You can achieve a little more of security through obscurity by also tweaking the following values:
You can find some good advices here: |
|||||||||||||||
|