pstar
Aug 6 2004, 10:50 AM
what do i need to change to be able to enter site without www (www.domain.com) I just want to type (domain.com) and have the site come up.
JustGags
Aug 6 2004, 10:59 AM
Either you don't have an A Record for example.com (unlikely), or your web server is not accepting the request, if you're using Apache, you may need to use:
ServerName www.example.com
ServerAlias example.com *.example.com