i had to create a new site with just domain.com
physical path for the site is set to a folder which has an index.html containing the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.
<BODY>
</BODY>
</HTML>
Main Topics
Browse All Topics





by: adilkhanPosted on 2009-09-24 at 20:35:33ID: 25419874
you need to add a "A Record" at your Domain Registar/DNS Server for WWW . That WWW record must point to the same IP as domain.com (without WWW)
OR if using host headers you can add a new WWW record as well.