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
Read Online Webmaster Job Interview Questions And Answers
Top Webmaster Questions
☺ | What you can do with a word processor as webmaster? |
☺ | What are the responsibilities of webmaster? |
☺ | Explain Google webmaster tools? |
☺ | What Google webmaster tools give us? |
☺ | Who is Webmaster? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |