Turning Off Your Home Page - MKB 0098 Follow
There is no setting to turn off pages and, by definition, the home page has to be there. However, you can add this redirect code to your home page:
<script type="text/javascript">
$(function() {
window.location.replace("http://www.REPLACETHISDOMAIN.com");
});
</script>
Go to Sitemap --> Home Page --> Edit --> and put the script in the Page Text area. See the image below: