My PHP site in maintenance. 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 "maintenance.php";
- I don't want to do the minimum modification in the existing site pages, ideally no one.
Apache version 2.2.15 under Linux
PHP version 5.2.13