Tech Support Guy banner
Status
Not open for further replies.
1 - 9 of 9 Posts

· Registered
Joined
·
1,128 Posts
Discussion Starter · #1 ·
I have an existing web site @ http://rebon.pwp.blueyonder.co.uk as you can see its quite a long address.
I was wondering if I bought a domain name, say rebon.com, is there a way to link that shorter domain name to my website? What I mean is have http:/rebon.com to go to my real website? Hope I made this understandable.

My ISP provides me with a free 30mb web space, but I have to use the long address to access it. Hence my question.

Thx…rob
 

· Registered
Joined
·
2,313 Posts
Then you can go to some free hosting provider and sign up for a free hosting. In the index.htm page keep this code

< script >
window.location = ("http://rebon.pwp.blueyonder.co.uk/")
</ script >

This will simple redirect it to your site :)

You can get a free hosting account for your domain at http://www.freeservers.com. Check out their terms whether you can do this. There may be many more free hosting providers.
 

· Registered
Joined
·
20 Posts
Most domain hosts allow you to point or forward from web address to another....then the person can type in REBON.com and get to the longer version of the page...I have done this several times, so it has to be easy. Call or email your domain host and ask them how to "point"
 

· Registered
Joined
·
2,313 Posts
It all depends on your purpose. If you have opted for a paid host, you can easily do this as pointed out by some other.

But since you already have a site up and running, I opted for the script option, simply because it is free and doesn't increase your cost. You will have to spend for the domain. But server side re-directing will not possible unless you have a paid hosting. I don't think that is what you want to do. :rolleyes:
 
1 - 9 of 9 Posts
Status
Not open for further replies.
Top