Is there anyway I can hijack the Site Maintenance feature? <br><br>Rather than display a message, when the site is offline, I&#39;d like to redirect it to a different site.<br><br>The use case is that, currently, our country specific TLDs redirect to the .com site; when we&#39;re developing, say, <a href="http://example.fr">example.fr</a>, I still want it to redirect to <a href="http://example.com">example.com</a> until it&#39;s ready for launch. I&#39;m currently using htaccess to handle this but I&#39;d rather do it in a more Drupal fashion than editting mod_rewrite rules.<br>