Interviewer And Interviewee Guide

Webmaster Interview Question:

How to redirect visitors when site is too busy?

Submitted by: Murtaza
When your website is too busy due to a large traffic, the best way of redirection is using custom error documents. So, when a user gets 503 error code, the server will redirect visitors to the custom error document page you have defined.
There are different ways for different servers to customize error document pages.
1) For Apache server, add the following code in .htaccess file.
2) For IIS 7 server, add the following code in web.config
3) For Tomcat 7 server, add the following code in WEB-INF/web.xml file.
Submitted by: Murtaza

Read Online Webmaster Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.