<?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>SEO Hardcore &#187; duplicate content</title>
	<atom:link href="http://blog.seo-hardcore.com/category/duplicate-content/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.seo-hardcore.com</link>
	<description>Organic SEO Programming</description>
	<lastBuildDate>Mon, 06 Feb 2012 05:02:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>.htaccess commands</title>
		<link>http://blog.seo-hardcore.com/duplicate-content/htaccess-commands#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.seo-hardcore.com/duplicate-content/htaccess-commands#comments</comments>
		<pubDate>Fri, 04 Jan 2008 16:39:46 +0000</pubDate>
		<dc:creator>John Sisler</dc:creator>
				<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[spidering]]></category>

		<guid isPermaLink="false">http://blog.seo-hardcore.com/spidering/htaccess-commands</guid>
		<description><![CDATA[1. Redirect to Files or Directories Redirect permanent /oldfile.html http://www.domain.com/filename.html or Redirect 301 /oldfile.html http://www.domain.com/filename.html Redirect 301 /olddirectory/oldfile.html http://www.domain.com/newdirectory/newfile.html Redirect 301 www.olddomain.com/ Also you can program your home page to always load the www.domain.com version of the URL regardless of your actualy homepage file or a user not typing www. 1a.To redirect the non-www version [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Redirect to Files or Directories</strong></p>
<p>Redirect permanent /oldfile.html http://www.domain.com/filename.html or<br />
Redirect 301 /oldfile.html http://www.domain.com/filename.html</p>
<p>Redirect 301 /olddirectory/oldfile.html http://www.domain.com/newdirectory/newfile.html</p>
<p>Redirect 301 www.olddomain.com/</p>
<p>Also you can program your home page to always load the www.domain.com version of the URL regardless of your actualy homepage file or a user not typing www.</p>
<p>1a.To redirect the non-www version use:</p>
<p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^domain.com [NC]<br />
RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]</p>
<p>1b.To prevent</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seo-hardcore.com/duplicate-content/htaccess-commands/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
