Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting to my site by simply typing ifmsystem.com. How?

Status
Not open for further replies.

josel

Programmer
Oct 16, 2001
716
US
Howdy!

I notice most respectable sites allow you to omit off the address. By simply typing the actual domain name, bang, you're there.

What DNS entry do you need to do that?

Regards;


Jose Lerebours

KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
 
Your 'A Records' would be:

domainname.com

and possibly:

*.domainname.com

which would handle any subdomain situations. But, for what you're asking about, not only does the DNS record need to be correct, but in order for the webserver to answer, it must be set up appropriately. For Apache, this is the 'ServerAlias' directive; I'm not sure what the IIS equivalent is.
 
The IIS equivalent is to setup either 1 site (default site) to respond to all http requests on port 80, or use host headers, and config both and domain.com to respond to http requests.
 
Depending on who manages your DNS records, you use either * or @ as a host record.

MCSE CCNA CCDA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top