Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Top World Wide Web Interviews:Action ScriptAJAXBasic InternetBloggingCascading Style Sheet CSSCSS3DHTMLDomain Name System (DNS)EcommerceHTMLHTML5JavaScriptjQueryjQuery KnockoutJSONJSONPUser Interface DesignerVBScriptW3CWeb 2.0 TechnologiesWeb 3.0 TechnologiesWeb BuildingWeb DevelopersWeb QualityWeb SecurityWeb SemanticWebmaster
Copyright © 2018. All Rights Reserved
Webmaster Interview Question:
How to redirect visitors when site is too busy?
Submitted by: MurtazaWhen 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
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
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.