Re: Linking Website
Well, if your client wants their site (domain) that is hosted on GoDaddy directed to the website hosted on Sitecube, one thing you can do is set domain forwarding. This is done through the GoDaddy Manage My Domains panel. Just login to her GoDaddy account, click on My Domains, Manage Domains, click on the domain you want to manage and then select domain forwarding. Enter the address of her Sitecube website, click Done and voila!
I am not familiar with Sitecube, so I am not sure if they have such a simple solution similar to GoDaddy. However, you can add a redirect code to the index page of her website, this will instantly direct people to the other website...something like this:
<script language="javascript">
location.replace("http://www.nameofurl.com");
</script>
Hope that helps. If I am totally off the mark of what you are asking, just let me know!
|