Thanks Otto, I don’t know how I missed that in the documentation.
My blog post regarding this is located at here
Thanks for the reply. I figured this out, using an htaccess file. Below is what I ended up with:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^oldURL.com
RewriteRule ^(.*)$ newURL.com/$1 [r=301]