> Simple question hard to Google. Where does one configure ones systems > so that users do not have to provide the sub-domain in their urls? I.E > myDomain.com rather then www.myDomain.com.
You set up an A-record in your DNS server so that it points to the IP address of your site. Then, if you are using host headers on your web server, you set up the relevant host-header to respond to that domain name by either serving a page or redirecting it to www.yourdomain.com. Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291355 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

