<?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>Blogx10 &#187; General</title>
	<atom:link href="http://www.blogx10.co.uk/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogx10.co.uk</link>
	<description>Another minnow in a huge pond...</description>
	<lastBuildDate>Wed, 09 Jan 2008 17:51:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Merry Christmas!</title>
		<link>http://www.blogx10.co.uk/merry-christmas-18</link>
		<comments>http://www.blogx10.co.uk/merry-christmas-18#comments</comments>
		<pubDate>Thu, 20 Dec 2007 17:09:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.blogx10.co.uk/merry-christmas-18</guid>
		<description><![CDATA[Merry Christmas and a Happy New year to you all.]]></description>
			<content:encoded><![CDATA[<p>Merry Christmas and a Happy New year to you all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogx10.co.uk/merry-christmas-18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello and welcome&#8230;.</title>
		<link>http://www.blogx10.co.uk/hello-and-welcome-3</link>
		<comments>http://www.blogx10.co.uk/hello-and-welcome-3#comments</comments>
		<pubDate>Tue, 24 Jul 2007 03:33:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.blogx10.co.uk/?p=3</guid>
		<description><![CDATA[Why Blogx10? Because it&#8217;s 10 times better than any other blog of course! Quite a claim, but you have to think big. It&#8217;s a personal blog about web design, websites and the internet in general &#8211; not very focused I know. The person in question is Dan, a bloke from Leicester in the UK.]]></description>
			<content:encoded><![CDATA[<p class="snap_preview">Why Blogx10? Because it&#8217;s 10 times better than any other blog of course!</p>
<p class="snap_preview">Quite a claim, but you have to think big.</p>
<p class="snap_preview">It&#8217;s a personal blog about web design, websites and the internet in general &#8211; not very focused I know.</p>
<p class="snap_preview">The person in question is Dan, a bloke from Leicester in the UK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogx10.co.uk/hello-and-welcome-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>301 Redirect for Non-WWW site</title>
		<link>http://www.blogx10.co.uk/301-redirect-for-non-www-site-17</link>
		<comments>http://www.blogx10.co.uk/301-redirect-for-non-www-site-17#comments</comments>
		<pubDate>Wed, 10 Jan 2007 17:03:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.blogx10.co.uk/301-redirect-for-non-www-site-17</guid>
		<description><![CDATA[An important (and easy) aspect of optimising your site for the search engines is ensuring the non-www version of a URL (http://example.com) redirects to the www version (http://www.example.com). This is because search engines see the www and non-www versions as different pages leading to duplication issues, splitting of the power of incoming links and inaccurate [...]]]></description>
			<content:encoded><![CDATA[<p>An important (and easy) aspect of optimising your site for the search engines is ensuring the non-www version of a URL (http://example.com) redirects to the www version (http://www.example.com).</p>
<p>This is because search engines see  the www and non-www versions as different pages leading to duplication issues, splitting of the power of incoming links and inaccurate web stats.</p>
<p>To redirect the non-www version add the following re-write condition to the Apache .htaccess file for a site (this is found in the root folder of a site):</p>
<p><code>RewriteEngine On</code><br />
<code>RewriteCond %{HTTP_HOST} ^example\.co\.uk</code><br />
<code>RewriteRule (.*) http://www.example.co.uk/$1 [R=301,L]&lt;/pre&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogx10.co.uk/301-redirect-for-non-www-site-17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

