create e copiate nella root dove si trova file .htaccess il file sitomanutenzione.html
PHP:
<?php
// questa riga imposta un header HTTP con codice di stato 503
header('HTTP/1.1 503 Service Temporarily Unavailable',true,503);
// questa riga dice ai client di riprovare tra circa 24 ore
header('Retry-After: 86400');
?>
<h1>Sito in manutenzione</h1>
<p>QUESTO SITO E' IN MANUTENZIONE,
RITORNA TRA QUALCHE........... BOH CHI VIVRA' VEDRA'</p>