Jimmy Liang wrote: > My question is, how can I make it so that any request made to the > server, will be redirected to index.html? > I don't care what the web users request it, I don't want any page not > found errors, just my maintainence page. You could customize the default 404 page and make it your index.html page. Adam