You can do this through hosting (domain forwarding), meta refreshes, or
PHP. Domain forwarding is the best option, but
PHP is easier if you don't know where to look for that. Just make a page called index.
php at the root of your site with this in it:
- PHP: Select all
<?php
header("Location: http://redirect-to-desired-domain.com/");
?>