|
I see Dyn has a product that does domain forwarding. I haven't been able to find information about its features. Specifically, can it be set up to do all the following forwards (not cloaking, just regular forward)? http://example.com/ -> http://www.example.com/ https://example.com/ -> https://www.example.com/ http://example.com/dir/ -> http://www.example.com/dir/ http://example.com/?q=abc -> http://www.example.com/?q=abc I have an SSL certificate that works with both http://example.com and http://www.example.com. |
|
If you just want to do regular forwards, you should do that on your web server. WebHop is primarily useful for when you can't use port 80 and don't want people to have to type the port in. More importantly, WebHop can't redirect sub-pages, it redirects an entire domain. So it could redirect "WebHop can't redirect sub-pages, it redirects an entire domain." You can, of course, redirect a URL like:
Oct 02 at 03:40 PM
RotBlitz ♦
|
|
Why redirect at all?
|