<?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>Kommentare zu: Vermeidung von Duplicate Content</title>
	<atom:link href="http://www.susss.at/2010/04/19/vermeidung-von-duplicate-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susss.at/2010/04/19/vermeidung-von-duplicate-content/</link>
	<description>Christian Suschegg =&#62; Datenbank-Architekt * Software-Entwickler * E-Book-Autor * Web-Redakteur</description>
	<lastBuildDate>Sun, 16 May 2010 08:48:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Von: Alexander</title>
		<link>http://www.susss.at/2010/04/19/vermeidung-von-duplicate-content/comment-page-1/#comment-3</link>
		<dc:creator><![CDATA[Alexander]]></dc:creator>
		<pubDate>Sat, 15 May 2010 12:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.susss.at/?p=104#comment-3</guid>
		<description><![CDATA[Geht am besten mit einer .htaccess Datei, die folgendes beinhalten soll:

&lt;code&gt;
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.%{HTTP_HOST}/$1 [R=301]
&lt;/code&gt;

Geht fast nur mit einem PHP Webspace

LG Alex]]></description>
		<content:encoded><![CDATA[<p>Geht am besten mit einer .htaccess Datei, die folgendes beinhalten soll:</p>
<p><code><br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} !^www. [NC]<br />
RewriteCond %{HTTP_HOST} !^$<br />
RewriteRule ^(.*) http://www.%{HTTP_HOST}/$1 [R=301]<br />
</code></p>
<p>Geht fast nur mit einem PHP Webspace</p>
<p>LG Alex</p>
]]></content:encoded>
	</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! -->