How do you set up an automatic re-direct?

Old chestnut probably but…
I’ve got a client who has bought 4 domains and at the moment they point to his website. Because as such there is no home pages for any of these 4 sites, so hence no keywords to pick up. So presumably if I set up an index.html page for each one, how do you get them to re-direct automatically to his website? At the moment it’s set up to re-direct through the registrar. Is this a Freeway implemented thing?

Cheers!

Kryten


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

  1. Create FW index.html page
  2. Add “Timed Redirect” action to page.
  3. Done!

JPW


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No! This will kill whatever google mojo you may have acquired so far.
You want to make a 301 redirect at the server level.

If you edit (or create) an .htaccess file on the server you want to
redirect from, and put the following one line inside it:

Redirect 301   /   http://your.new.server.com/

This .htaccess file needs to be saved at the top of the Web root in
the server you want to redirect from, and it will send all traffic to
the other server, issuing a 301 Moved Permanently header in the process.

Note that this works on Apache servers, might work on others that try
to mimic Apache.

Walter

On Feb 15, 2008, at 12:57 PM, James Wilkinson wrote:

  1. Create FW index.html page
  2. Add “Timed Redirect” action to page.
  3. Done!

JPW


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can do a 301 Redirect from the Registrar as well and add in
keywords,

On Feb-15-08, at 1:02 PM, Walter Lee Davis wrote:

No! This will kill whatever google mojo you may have acquired so far.
You want to make a 301 redirect at the server level.

If you edit (or create) an .htaccess file on the server you want to
redirect from, and put the following one line inside it:

Redirect 301   /   http://your.new.server.com/

This .htaccess file needs to be saved at the top of the Web root in
the server you want to redirect from, and it will send all traffic to
the other server, issuing a 301 Moved Permanently header in the process.

Note that this works on Apache servers, might work on others that try
to mimic Apache.

Walter

On Feb 15, 2008, at 12:57 PM, James Wilkinson wrote:

  1. Create FW index.html page
  2. Add “Timed Redirect” action to page.
  3. Done!

JPW


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks gentlemen. I’ll have a stab at the 301 re-direct. No doubt I’ll be back.

K.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options