<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WWW or NO-WWW?</title>
	<atom:link href="http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sat, 07 Nov 2009 23:35:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aarem</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-2/#comment-866943</link>
		<dc:creator>Aarem</dc:creator>
		<pubDate>Thu, 22 Jan 2009 20:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-866943</guid>
		<description>A point that is made about serving both www and no-www (without re-direct from one to the other) is that is divides search rank. So it seems reasonable to choose one as the default and redirect from the other.

So, on the no-www site we get this useful tip:

---------------

It&#039;s a fairly simple process, actually. Create a file called .htaccess and paste the following lines, changing the domain name to match that of your site: (for Apache Webserver:)

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

---------------

I was just wondering if anyone could translate that into ENGLISH?!

How/where do we change &quot;the domain name to match that of your site&quot;? Any tips?</description>
		<content:encoded><![CDATA[<p>A point that is made about serving both www and no-www (without re-direct from one to the other) is that is divides search rank. So it seems reasonable to choose one as the default and redirect from the other.</p>
<p>So, on the no-www site we get this useful tip:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>It&#8217;s a fairly simple process, actually. Create a file called .htaccess and paste the following lines, changing the domain name to match that of your site: (for Apache Webserver:)</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]<br />
RewriteRule ^(.*)$ <a href="http://%1/$1" rel="nofollow">http://%1/$1</a> [R=301,L]</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I was just wondering if anyone could translate that into ENGLISH?!</p>
<p>How/where do we change &#8220;the domain name to match that of your site&#8221;? Any tips?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rundmw</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-2/#comment-866481</link>
		<dc:creator>rundmw</dc:creator>
		<pubDate>Thu, 22 Jan 2009 04:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-866481</guid>
		<description>@buy:  Absolutely, if you do not use any subdomains, then the cookie-security benefit disappears and then we&#039;re largely back to a question of aesthetics.

In fact, the vast majority of my sites do &lt;em&gt;not&lt;/em&gt; use any additional subdomains. But I would prefer to be flexible enough to accommodate them if I need them at some point in the future.</description>
		<content:encoded><![CDATA[<p>@buy:  Absolutely, if you do not use any subdomains, then the cookie-security benefit disappears and then we&#8217;re largely back to a question of aesthetics.</p>
<p>In fact, the vast majority of my sites do <em>not</em> use any additional subdomains. But I would prefer to be flexible enough to accommodate them if I need them at some point in the future.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: busy</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-2/#comment-866200</link>
		<dc:creator>busy</dc:creator>
		<pubDate>Wed, 21 Jan 2009 18:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-866200</guid>
		<description>The www issue makes sense, except that it doesn&#039;t apply to sites that don&#039;t use subdomains in that way. So if you are using them, then of course you would need a subdomain to keep cookies secure. You could call it www, or main, or anything.

Saying that all sites should use it is basically just saying that you shouldn&#039;t use a domain by itself, that you should always use a subdomain.

I guess that&#039;s really what this whole discussion boils down to. Is a domain enough, or does there have to be a subdomain?</description>
		<content:encoded><![CDATA[<p>The www issue makes sense, except that it doesn&#8217;t apply to sites that don&#8217;t use subdomains in that way. So if you are using them, then of course you would need a subdomain to keep cookies secure. You could call it www, or main, or anything.</p>
<p>Saying that all sites should use it is basically just saying that you shouldn&#8217;t use a domain by itself, that you should always use a subdomain.</p>
<p>I guess that&#8217;s really what this whole discussion boils down to. Is a domain enough, or does there have to be a subdomain?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: okparrothead</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-1/#comment-866131</link>
		<dc:creator>okparrothead</dc:creator>
		<pubDate>Wed, 21 Jan 2009 14:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-866131</guid>
		<description>I think there are two issues. Usability and SEO. 

Most hosting co.s have their servers set to re-direct, so this isn&#039;t an issue. If you&#039;re setting up your own, you&#039;d be missing a bet not to have it re-direct, to or from www, your choice. 

Typeability:  www is one more place to get thick fingered. Long domain names are hard enough. Three letter domains aren&#039;t around anymore. I understand the control&gt;enter shortcut, but that leaves out all the other tlds.

Subdomains: @rundmw &amp; cogg make a good point for the www, but the vast majority of sites I visit don&#039;t have subdomains, so this may not be critical for most domains.

Considering SEO, I think its all about consistency. I wouldn&#039;t publish anything, in print or online, that wasn&#039;t the preferred URL. 

By publishing a site URL online without the www, yet in print with the www will only confuse the issue. Some folks will type it off a business card with the www, yet find it in SERPS without. Publishing both URLs is perpetuating split page ranking issues.</description>
		<content:encoded><![CDATA[<p>I think there are two issues. Usability and SEO. </p>
<p>Most hosting co.s have their servers set to re-direct, so this isn&#8217;t an issue. If you&#8217;re setting up your own, you&#8217;d be missing a bet not to have it re-direct, to or from www, your choice. </p>
<p>Typeability:  www is one more place to get thick fingered. Long domain names are hard enough. Three letter domains aren&#8217;t around anymore. I understand the control&gt;enter shortcut, but that leaves out all the other tlds.</p>
<p>Subdomains: @rundmw &amp; cogg make a good point for the www, but the vast majority of sites I visit don&#8217;t have subdomains, so this may not be critical for most domains.</p>
<p>Considering SEO, I think its all about consistency. I wouldn&#8217;t publish anything, in print or online, that wasn&#8217;t the preferred URL. </p>
<p>By publishing a site URL online without the www, yet in print with the www will only confuse the issue. Some folks will type it off a business card with the www, yet find it in SERPS without. Publishing both URLs is perpetuating split page ranking issues.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: schwoortz</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-1/#comment-866087</link>
		<dc:creator>schwoortz</dc:creator>
		<pubDate>Wed, 21 Jan 2009 11:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-866087</guid>
		<description>@rundmw &amp; cogg (Cookie security):
What then is the best way to treat this issue and at the same time deal with any redirecting - I guess donain.com needs to be redirected zu www.domain.com - for search-engine-matters and consitency?</description>
		<content:encoded><![CDATA[<p>@rundmw &amp; cogg (Cookie security):<br />
What then is the best way to treat this issue and at the same time deal with any redirecting &#8211; I guess donain.com needs to be redirected zu <a href="http://www.domain.com" rel="nofollow">http://www.domain.com</a> &#8211; for search-engine-matters and consitency?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rundmw</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-1/#comment-866031</link>
		<dc:creator>rundmw</dc:creator>
		<pubDate>Wed, 21 Jan 2009 08:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-866031</guid>
		<description>It seems to be agreed by all that whether the user enters the www or not, the system (DNS + webserver) should recognize it, handle it, and redirect to the version that you choose to be canonical. With this setup, the question of typing it or speaking it is never an issue: type/speak whatever is appropriate for the context (the shorter one, the prettier one, the one the user expects to hear, etc).

As long as the canonical version appears in the address bar via your redirects, you&#039;ve got your branding, your consistency, your SEO benefits, etc.

I personally prefer it &lt;em&gt;without&lt;/em&gt; the www for all the common reasons (what a pain to type and say, why take a longer address, it&#039;s not necessary, etc). Certainly I will never type it directly. But I find myself moving back towards making the www the canonical choice for two primary reasons:

1. Cookie security (@cogg: thanks for pointing that out)
2. I must grudgingly admit that I think the address bar looks better with the www, as noted by multiple commenters above.

But even in the absence of the aesthetics - on which different people will reasonably differ - the cookie security bit is an issue of genuine &lt;em&gt;function&lt;/em&gt; that I find to be pretty significant.</description>
		<content:encoded><![CDATA[<p>It seems to be agreed by all that whether the user enters the www or not, the system (DNS + webserver) should recognize it, handle it, and redirect to the version that you choose to be canonical. With this setup, the question of typing it or speaking it is never an issue: type/speak whatever is appropriate for the context (the shorter one, the prettier one, the one the user expects to hear, etc).</p>
<p>As long as the canonical version appears in the address bar via your redirects, you&#8217;ve got your branding, your consistency, your SEO benefits, etc.</p>
<p>I personally prefer it <em>without</em> the www for all the common reasons (what a pain to type and say, why take a longer address, it&#8217;s not necessary, etc). Certainly I will never type it directly. But I find myself moving back towards making the www the canonical choice for two primary reasons:</p>
<p>1. Cookie security (@cogg: thanks for pointing that out)<br />
2. I must grudgingly admit that I think the address bar looks better with the www, as noted by multiple commenters above.</p>
<p>But even in the absence of the aesthetics &#8211; on which different people will reasonably differ &#8211; the cookie security bit is an issue of genuine <em>function</em> that I find to be pretty significant.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Haggai Alavi</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-1/#comment-804164</link>
		<dc:creator>Alan Haggai Alavi</dc:creator>
		<pubDate>Mon, 06 Oct 2008 05:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-804164</guid>
		<description>I do not like prefixing &lt;code&gt;www&lt;/code&gt; to websites unless they do not work without it being present. It&#039;s high time that &lt;code&gt;www&lt;/code&gt; is declared `&lt;em&gt;officially deprecated&lt;/em&gt;&#039;. I redirect &lt;code&gt;www&lt;/code&gt; to just the domain for my all my websites.</description>
		<content:encoded><![CDATA[<p>I do not like prefixing <code>www</code> to websites unless they do not work without it being present. It&#8217;s high time that <code>www</code> is declared `<em>officially deprecated</em>&#8216;. I redirect <code>www</code> to just the domain for my all my websites.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: busy</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-1/#comment-790868</link>
		<dc:creator>busy</dc:creator>
		<pubDate>Wed, 03 Sep 2008 15:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-790868</guid>
		<description>Oh, look at that. http://no-www.org actually posted something new to the site. I thought it was dead for good.</description>
		<content:encoded><![CDATA[<p>Oh, look at that. <a href="http://no-www.org" rel="nofollow">http://no-www.org</a> actually posted something new to the site. I thought it was dead for good.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: msquared.id.au</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-1/#comment-790742</link>
		<dc:creator>msquared.id.au</dc:creator>
		<pubDate>Wed, 03 Sep 2008 06:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-790742</guid>
		<description>I agree with ParkinT: it&#039;s frustrating when you say &quot;subdomain.mydomain.com&quot; and they end up trying &quot;www.subdomain.mydomain.com&quot;.

My solution is tell them &quot;http://subdomain.mydomain.com&quot;.</description>
		<content:encoded><![CDATA[<p>I agree with ParkinT: it&#8217;s frustrating when you say &#8220;subdomain.mydomain.com&#8221; and they end up trying &#8220;www.subdomain.mydomain.com&#8221;.</p>
<p>My solution is tell them &#8220;http://subdomain.mydomain.com&#8221;.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: DangerMouse1981</title>
		<link>http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/comment-page-1/#comment-722343</link>
		<dc:creator>DangerMouse1981</dc:creator>
		<pubDate>Wed, 14 May 2008 19:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/02/19/www-or-no-www/#comment-722343</guid>
		<description>The www. subdomain has the benefit of allowing you to maintain brand whilst quickly switching out against any penalities the SEs may impose.</description>
		<content:encoded><![CDATA[<p>The www. subdomain has the benefit of allowing you to maintain brand whilst quickly switching out against any penalities the SEs may impose.</p>]]></content:encoded>
	</item>
</channel>
</rss>
