Forum Moderators: phranque
Thanks
work up a dummy page, and when its ready deploy it to the live server. done deal.
put it in the header or the first file you are calling from script
if($site_down) {
header('HTTP/1.1 503 Service Temporarily Unavailable');
header('Status: 503 Service Temporarily Unavailable');
header('Retry-After: 3600'); //in seconds
}