Hi Liam, we don’t yet have an *easy* way for you to set up a redirect from one page to another URL, but you can create an Unbounce page and use it as your root domain (go.domain.com.) To do this, create a new page and hit the “Change URL” button. Delete the path (in your example, the “landing-page” part) and save the changes. Publish this page and it will now live at go.domain.com.
If you just want to redirect this to another URL, you can add some javascript to the page (set the ‘placement’ to head) and paste this in:
<script type="text/javascript"> <br /> window.location = "http://www.google.com/"; <br /> </script>
And of course replace “http://www.google.com/” with your own URL.
Hope that helps!