I want a service that will redirect any legacy links to a specific url. If someone types in 'www.widget.com/blah/bleat.html' I'd like them to go to a specific page on the new 'www.get-widget.com'
What options are available? Redirecting or forwarding domain names at the new site virtual server only works on the domain level, not the page level. (Pages result in generic 404's.)
There are free redirect services, but somehow I can't trust them...why are they free? What do they do, actually, to earn? Hijack affiliate sales on the redirect? etc.
Currently I'm paying $60 / year to physically host my www.oldurl.com and redirect the traffic dynamically. I wondered if there were better options.
You can change your old site's dns to point the old domain to the same server (IP address) as the new site. Then you can intercept requests for pages in the old domain, and 301-redirect them to the new pages. This is fairly trivial if your new site is hosted on Apache, but can also be done with IIS. There are several threads here on WebmasterWorld dealing with redirecting subdomains and secondary domain names to the "correct" domain.
HTH,
Jim