Redirect visitors to a "site in maintenance" page?
Posted
by serhio
on Server Fault
See other posts from Server Fault
or by serhio
Published on 2010-03-28T11:40:40Z
Indexed on
2010/03/28
11:43 UTC
Read the original article
Hit count: 330
My site is in maintenance(construction). How to redirect visitors to a "site in maintenance" single page?
I heard something about app_offline.htm for ASP.NET.
Is there something similar for PHP?
- I want that every page from "mysite.com" be redirected to "mysite.com/maintenance.php";
- I don't want to do the minimum modification in the existing site pages, ideally no one.
Apache version 2.2.15
PHP version 5.2.13
© Server Fault or respective owner