Does Your URL Work Without The ‘www.’?
Friday, July 18th, 2008
Go into your browser and then enter your website address without the ‘www.’ ,eg. yourdomainname.com
Press the ENTER key and see if you can still reach your website. If you can, then congratulate yourself and have an early lunch/go home early.
If not, then read on.
This is a simple problem to rectify. If you have access to your web server then you need to adjust the DNS configuration and enable or disable the www/no-www functionality. You can also setup your server to have both www and non-www so they go to the same pages (multiple headers is what it’s called in IIS).
If you don’t have access to your web server then you need to telephone your web hosting company and talk to them. If they can adjust your DNS settings then fine, if not then there is another way around this, you can set up a ‘301 Redirect’. Below are some good articles about 301 Redirects so you can learn how to set one up;
. http://www.tamingthebeast.net.... Read More