<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Funky Software &#187; Domain</title>
	<atom:link href="http://funky-software.net/tag/domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://funky-software.net</link>
	<description>Don&#039;t decorate, communicate!</description>
	<lastBuildDate>Fri, 26 Feb 2010 17:00:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Five (5) Reasons To Drop “www” From Your Website Name</title>
		<link>http://funky-software.net/news/five-5-reasons-to-drop-%e2%80%9cwww%e2%80%9d-from-your-website-name/</link>
		<comments>http://funky-software.net/news/five-5-reasons-to-drop-%e2%80%9cwww%e2%80%9d-from-your-website-name/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:23:49 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cool Software]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Double Backslash]]></category>
		<category><![CDATA[Energy Www]]></category>
		<category><![CDATA[Host Www]]></category>
		<category><![CDATA[Htaccess File]]></category>
		<category><![CDATA[Htaccess Redirect]]></category>
		<category><![CDATA[Old School]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Rewriterule]]></category>
		<category><![CDATA[Search Engine Rankings]]></category>
		<category><![CDATA[Tim Berners Lee]]></category>
		<category><![CDATA[Waste Of Time]]></category>
		<category><![CDATA[Wobbly Web]]></category>

		<guid isPermaLink="false">http://funky-software.com/?p=64</guid>
		<description><![CDATA[Its OK, Sir Tim Berners-Lee said typing "//" wasted people's time and required them to use more paper.  "I could have designed it to not have '//'. Really, if you think about it, it doesn't need the '//'," he admitted.]]></description>
			<content:encoded><![CDATA[<p>Its OK, Sir Tim Berners-Lee said typing &#8220;//&#8221; wasted people&#8217;s time and required them to use more paper.  &#8220;I could have designed it to not have &#8216;//&#8217;. Really, if you think about it, it doesn&#8217;t need the &#8216;//&#8217;,&#8221; he admitted.</p>
<p><span id="more-64"></span></p>
<p>Not only does he have regrets regarding the the double backslash, but has also hinted recently that even using the &#8216;www&#8217; was a waste of time and energy.</p>
<ul>
<li>&#8220;www&#8221; is redundant.</li>
<li>&#8220;www&#8221; is hard to say, much better to &#8216;wibbley, wobbly, web&#8217;.</li>
<li>&#8220;www&#8221; is a waste of time to type or write.</li>
<li>Think about it. Did you read something cool at &#8220;www.funky-software.net&#8221;, or did you read it at &#8220;funky-software.net&#8221;</li>
<li>&#8220;www&#8221; is old school and just no longer needed.</li>
</ul>
<p>If you want to silently change your site from “www.domain.com” to “domain.com” you can do it with 3 lines of code.  Place this code in your .htaccess file to redirect your “www.domain.com” to “domain.com” without disturbing visitors or your current search engine rankings:</p>
<pre>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
</pre>
<p>Its an easy thing to do for most people using an Open Source hosting environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://funky-software.net/news/five-5-reasons-to-drop-%e2%80%9cwww%e2%80%9d-from-your-website-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
