I'm moving to a new server and want to take all of my sites offline during the transition. I know I can put this in my root .htaccess file to block people from visiting the site:
order deny,allow
deny from all
But I want to also output a message explaining why the site is down. Is this possible?