want to re-direct http requests

K

Kevin D. Goodknecht [MVP]

In Eric <[email protected]> posted a question
Then Kevin replied below:
: I want to redirect http request to http://hmstn.com to
: http://www.hmstn.com, i tried adding a blank cname to the
: www a host record but this did not resolve it like I
: thought it would.

Create a Blank host pointing to the same IP as the www host. I usually don't
recommend CNAMEs unless you fully understand how CNAMEs work.
 
J

Jonathan de Boyne Pollard

E> I want to redirect http request to http://hmstn.com to
E> http://www.hmstn.com,

Then you want something that is impossible with DNS service and are
using the wrong tool for the job.

Making "www.hmstn.com." into a client-side alias for "hmstn.com.", the
opposite to what you want, is possible, but note that it affects more
than just HTTP and it is also not, strictly, a redirection, which is
what you say that you want. Similarly: You can always make the two
domain names to be server-side aliases, but again this affects more
than just HTTP and is not a redirection.

<URL:http://homepages.tesco.net./~J.deBoynePollard/FGA/web-allowing-omission-of-www.html>

Redirection is an HTTP service matter, not a DNS service matter.
You are in the wrong newsgroup. If redirections are what you want,
configure your content HTTP server to publish HTTP redirections.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top