Author |
Message |
andreas Forums Member
Joined: 10 Dec 2009 Posts: 4
|
#1 · Posted: 17 Dec 2009 14:22
What do I if I have bought a domain and want to redirect it to another domain??? A step-by-step guide is much appreciated =)
Andreas
__________________
|
residualcash Forums Member
Joined: 27 Oct 2008 Posts: 81
|
#2 · Posted: 17 Dec 2009 18:59
Who is your domain with. Most have instructions or tutorials.
Not a step by step, but pretty much you open up the place to submit your url you want the domain to forward to and you place it in there.
The key thing to do is to "Mask" your domain so that when someone goes to the domain and it redirects that your domain name still shows in the web browser.
This would be important so that people easily recall or remember your domain name.
__________________
|
trafficman Guest
Joined: Posts:
|
#3 · Posted: 17 Dec 2009 21:00
You should be able to go to your domain hosting company and redirect your domain in your account. The process is simple and easy to understand once you are there.
|
mountainmom5
Joined: 30 Aug 2007 Posts: 2445
|
#4 · Posted: 18 Dec 2009 01:43
If you buy a domain with godaddy, call them and they will walk you through it. You have no idea how green I was at the whole domain thing when I got my first one.... and they were really patient with me.
__________________
|
VictoriaNTC
Joined: 12 Mar 2008 Posts: 755
|
#5 · Posted: 18 Dec 2009 11:37
Oh I hear you Mountain Mom! The Go Daddy Website is way to busy for me! I was so confused the first time there! Victoria
__________________
|
luis23 Forums Member
Joined: 3 Nov 2009 Posts: 15
|
#6 · Posted: 18 Dec 2009 22:02
It will all depends on your company. If they have a good service they can give you the right support.
You will have two options so far, one will be a redirect 301.
It is not rocket science, but if this is your first time hearing this it can be like WHAT IS THAT!!!.
In general is this.
When you assign a folder inside your server to that domain name, you can create a .htaccess file and inside there you will need to create a code, that will be the 301 code redirect.
Something like this.
RewriteCond %{HTTP_HOST} ^www.mydomain1.com RewriteRule (.*) http://www.mydomain2.com/$1 [R=301,L]
In this case the everytime goes to your domain1, they are going to be redirected to mydomain2.
The other option is if you have a linux server, you can go to your control panel (CPANEL) and click on Forward Domain. Then just follow instructions.
__________________
|
twnuck Forums Member
Joined: 13 Nov 2005 Posts: 119
|
#7 · Posted: 21 Dec 2009 18:15
Regardless of who you bought the domain from, it should be as simple as:
1. logging into your control panel 2. selecting the domain 3. looking at the top of your screen for the words "forward" or for an arrow pointing right (very common). 4. Entering your new site.
I've used several domain purchasing services and they all basically work that way.
Todd
__________________
|