To WWW or not to WWW
To WWW or not to WWW - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the To WWW or not to WWW error on your web browser. Problem : I'm getting ready to deploy my Rails app. Currently whether you browse to it using www.domain.com or just domain.com you get the same site. I'm pretty new at this, so I'm looking for some wisdom from experienced web app developers: Is it worth forcing requests to either WWW or non-WWW? It seems there are apps that go either way... I ...