Forum Moderators: phranque
Is it possible to set up a 301 redirect with the registrar or will I have to purchase webspace and then do it?
[edited by: phranque at 6:35 am (utc) on Mar. 13, 2009]
[edit reason] hosting specifics [/edit]
If you google [keyword specifics deleted] you will find the checker I use but there are others out there and doubtless Firefox extensions that will do the job too. Just remember that you don't want to auto-follow the redirect (because that's what you're checking).
Kaled.
[edited by: phranque at 6:42 am (utc) on Mar. 13, 2009]
[edit reason] keyword specifics [/edit]
1. 302 Found
2. 301 Moved Permanently
3. 200 OK
So I'm presuming this means that the HTTP redirect is, indeed, a 301 redirect.
Thanks for your help with this.
i'm guessing you are trying to redirect example3.com to examplethree.com.
the first redirect probably says you have temporarily moved http://example3.com/ to http://examplethree.com/ and then maybe the second redirect is to permanently move to the home page such as http://examplethree.com/index.html.
you should instead make the first redirect a 301 (permanent) from http://example3.com/ to your canonical home page which would be http://examplethree.com/index.html in this example.
perhaps there is a check box in the control panel to make the redirect permanent.
this part is beyond your original question:
even better in general would be to make your canonical home page the root directory of your domain (http://examplethree.com/) and specify index.html (or whatever your home page is) as the default document for your root directory.
then all your inbound home page links should point to http://examplethree.com/.
however if you already have a large number of inbound links to http://examplethree.com/index.html you might consider keeping that as your canonical home page url.
[edited by: phranque at 10:50 pm (utc) on Mar. 16, 2009]
[edit reason] hosting specifics [/edit]
Make sure you fix all non-www and www issues for all domains. The redirect should preserve the path part of the URL, and any parameters.
Any redirects must get you from URL A to URL B in just one hop. You must avoid any and all redirection chains. The redirect needs to be a single 301 redirect.
You generally do not need separate hosting for each domain, unless your host is being very restrictive.
I then have example.co.uk but if I use the same name servers and type the domain into my browser there's no record of that domain - I'm presuming it's because I don't have webspace set up for that domain with those web hosts.
I'm very confused?!
If I can work out how to point them both to the same webspace then I can simple set up the 301 in the .htaccess file.