Posts tagged with ‘apache server’

How to hide apache2 version number in error page

advertisement

apache, apache2 web serverIt’s good to hide the apache2 version number from outsider. Especially hiding apache2 version number in all the error pages. Hackers used to collect all this information before they launch any attack. If you running an old version server that known to have security exploit then it will ease the work for hackers.

To hide apache2 version number in error pages, follow the steps below:-

Continue reading How to hide apache2 version number in error page »

Redirect to maintenance page during upgrade using .htaccess

advertisement

Redirect your visitor to maintenance page is a must when you are upgrading your site. Now you can redirect your user to maintenance page easily by using .htaccess file. I guess you do not want your visitor to see an error page or 404 page during your dedicated server upgrade. So just follow the steps below to create a .htaccess file to redirect your visitor to maintenance page during upgrade:-

Continue reading Redirect to maintenance page during upgrade using .htaccess »