Do you want your users to get to your web site even if they mistype the URL? Use wildcard DNS to allow Internet users to resolve your IP address no matter what hostname they type. How to do it: Just use a "*" in the place of the host name in your DNS configuration (works for BIND or Windows DNS) *.YOUR-DOMAIN-HERE.com IN A 123.123.123.123
|