<?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: Drupal: Help Avoid Duplicate Content</title>
	<atom:link href="http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/</link>
	<description>Do it right the first time, stoopit!</description>
	<lastBuildDate>Thu, 09 Feb 2012 22:58:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fredrick</title>
		<link>http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/#comment-3852</link>
		<dc:creator>Fredrick</dc:creator>
		<pubDate>Fri, 21 Oct 2011 07:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/#comment-3852</guid>
		<description>Thank you for this post.

I&#039;d like to add, for the same reason as removing the trailing slash, you should decide on using www. If you don&#039;t want it, you should make a redirect in your htaccess to remove it from the url. If you do want it, you&#039;ll have to add it in case it&#039;s omitted.</description>
		<content:encoded><![CDATA[<p>Thank you for this post.</p>
<p>I&#8217;d like to add, for the same reason as removing the trailing slash, you should decide on using www. If you don&#8217;t want it, you should make a redirect in your htaccess to remove it from the url. If you do want it, you&#8217;ll have to add it in case it&#8217;s omitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reijo</title>
		<link>http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/#comment-3835</link>
		<dc:creator>reijo</dc:creator>
		<pubDate>Thu, 20 Oct 2011 20:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/#comment-3835</guid>
		<description>You really should use 
RewriteRule ^/(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]
instead of
RewriteRule ^(.+)/$ http://%{HTTP_HOST}/$1 [R=301,L]

otherwise your urls will be mydomain/app/ =&gt; mydomain.com//app (they work but it&#039;s not a good habit)

Thanks for the hint anyways, it was what i needed (did that fix afterwards).</description>
		<content:encoded><![CDATA[<p>You really should use<br />
RewriteRule ^/(.+)/$ <a href="http://%" rel="nofollow">http://%</a>{HTTP_HOST}/$1 [R=301,L]<br />
instead of<br />
RewriteRule ^(.+)/$ <a href="http://%" rel="nofollow">http://%</a>{HTTP_HOST}/$1 [R=301,L]</p>
<p>otherwise your urls will be mydomain/app/ =&gt; mydomain.com//app (they work but it&#8217;s not a good habit)</p>
<p>Thanks for the hint anyways, it was what i needed (did that fix afterwards).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rand B. Wilson</title>
		<link>http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/#comment-3359</link>
		<dc:creator>Rand B. Wilson</dc:creator>
		<pubDate>Thu, 01 Sep 2011 14:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/#comment-3359</guid>
		<description>Pretty much the same with a subdomain (i think).  Just use the subdomain in the HTACCESS file.. be sure to back up your original HTACCESS first, and test it well!</description>
		<content:encoded><![CDATA[<p>Pretty much the same with a subdomain (i think).  Just use the subdomain in the HTACCESS file.. be sure to back up your original HTACCESS first, and test it well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/#comment-3357</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Wed, 31 Aug 2011 17:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://success.grownupgeek.com/index.php/2007/04/30/drupal-help-avoid-duplicate-content/#comment-3357</guid>
		<description>I have a sub-domain, how to do with a subdomain.
Please help.

Thanks</description>
		<content:encoded><![CDATA[<p>I have a sub-domain, how to do with a subdomain.<br />
Please help.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

