Simple DNS Plus
Edit this page

Did you notice something wrong or unclear, or want to add something more to this page?

Great !!

You can edit the source text of this page on GitHub (click here to learn how).

After you submit your changes ("pull request"), we will review it and update the page.

Configure web-site for access with and without the 'www' domain name prefix

In Simple DNS Plus, setup an A-record for the domain name without the 'www' prefix pointing to the IP address of the web-server, and setup a CNAME-record for the domain name with the 'www' prefix pointing to the domain name without the prefix:

If your web-server if hosting multiple web-sites on the same IP address, you also need to setup both versions of the domain name in the web-site configuration.
The following illustrates how this is done in IIS (Microsoft's Internet Information Services) and in Apache (see further down).

In the IIS Manager select the web-site and select the properties function:

In the "web site properties dialog" click the the "Advanced" button next to the IP address field:

Add an identity entry for each version of the domain name (with and without the 'www' prefix):

In Apache you need to put one version of the domain name in the "ServerName" setting and the other in the "ServerAlias" setting in the configuration file:

<VirtualHost *>
ServerName simpledns.plus
ServerAlias www.simpledns.plus
# ...
</VirtualHost>

Simple DNS Plus

  • Home
  • Search
  • Product details

  • Features
  • Screen shots
  • Plug-ins
  • Tools & Add-ons
  • Testimonials
  • What's new
  • Release notes
  • Download

  • Download
  • Buy

  • Pricing
  • New license
  • Additional license
  • Upgrade
  • Support

  • Overview
  • Lost License Key
  • Knowledge Base
  • Online documentation
  • Contact us