No-www refers to questions regarding the usage of domains without the A record www in front of the domain; topics may include questions regarding the removal of www, virtual host configuration, or the redirection process.

learn more… | top users | synonyms

17
votes
3answers
1k views

What does WWW do?

To be clear: I am not asking whether or not I should use www in my url, or what the pros and cons are, that topic is well covered. I also wasn't sure if this was a Stack Overflow, Server Fault, or ...
9
votes
2answers
2k views

SEO preference for WWW or HTTP:// protocol redirection? Do www websites rank better than NON-www?

After having read various articles on this site about WWW or Non-WWW website setup, here, here and here, and after having setup a correct redirection rule in .Htaccess to at least eliminate duplicate ...
4
votes
1answer
218 views

www and non www can suffer duplicated content

Do you know if i should use canonical tag, or 301 redirection from http://mydomain.com to http://www.mydomain.com To avoid duplicated content penalty in case other pages link to the domain without ...
51
votes
8answers
2k views

Should I include “www” in my canonical URLs? What are the pros and cons?

What are the pros and cons of having http://www.example.com/ vs http://example.com/? For example a problem I'm aware of is that if I use a domain without www I can't set a cookie for the current ...
4
votes
3answers
1k views

What is the best way to redirect my naked domain?

I have example.com, which points to web server using A records, I want to redirect all traffic from www.example.com to example.com. As far as i know these are methods, 301 HTML redirect from www to ...
1
vote
2answers
86 views

SSL Certification on both www and no-www domains

We've got our website running and HTTPS / SSL works just great. EXCEPT: when users enter http://www.mydomain.com and then enter the secure area and get directed to https://www.mydomain.com it works ...
14
votes
4answers
437 views

Removing non-www support

I'm not an advocate of the no-www movement. I like the www because it adds as a buffer to distinguish between our public and private/static sites. The problem is that with one of our sites, our ...
3
votes
1answer
113 views

redirect non-www to www while preserving protocol

I am aware of the fact that there are tons of questions in this section and in server fault dealing with re-directions from non-www to www URLs. But I couldn't find one dealing with this issue while ...
6
votes
2answers
1k views

Why does my site only work with a www in the URL?

I'm a bit confused as the following points: There is a simple text website, with no javascript, that works only with the prefix. http://www.mysite.corporation.com works but ...
4
votes
6answers
919 views

WWW.yoursite.com or HTTP://yoursite.com which one is futureproof?

http://yoursite.com www.yoursite.com http://www.yoursite.com yoursite.com Which of these would you choose as your favourite to work with, if you were to make a site for 2011 and beyond, which ...
2
votes
1answer
236 views

Will a 301 redirect help in maintaining proper page rank?

I have http://www.example.com/article Due to rampant content development by authors in my site, http://example.com/article has also been widely indexed by Google. Now, both are there roughly in ...