<?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 for Kyle Jernigan</title>
	<atom:link href="http://www.kjernigan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kjernigan.com</link>
	<description>Relevance + Importance = Success.</description>
	<lastBuildDate>Tue, 23 Jun 2009 15:49:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on www. vs. no-www. &#8211; Canonical URL Fixes by kjernigan</title>
		<link>http://www.kjernigan.com/2009/03/27/www-vs-no-www-with-iis-htaccess/comment-page-1/#comment-11</link>
		<dc:creator>kjernigan</dc:creator>
		<pubDate>Tue, 23 Jun 2009 15:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=13#comment-11</guid>
		<description>Try this instead:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^domain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301]

Sometimes you have to keep playing with your update to get it just right.  Hope this helps!</description>
		<content:encoded><![CDATA[<p>Try this instead:</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} !^domain.com$ [NC]<br />
RewriteRule ^(.*)$ <a href="http://domain.com/$1" rel="nofollow">http://domain.com/$1</a> [L,R=301]</p>
<p>Sometimes you have to keep playing with your update to get it just right.  Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on www. vs. no-www. &#8211; Canonical URL Fixes by Paritosh</title>
		<link>http://www.kjernigan.com/2009/03/27/www-vs-no-www-with-iis-htaccess/comment-page-1/#comment-12</link>
		<dc:creator>Paritosh</dc:creator>
		<pubDate>Tue, 23 Jun 2009 14:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=13#comment-12</guid>
		<description>Nah still cant redirect it to non www url.

Here is my .htaccess file, take a look at it maybe you can help

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


# END WordPress
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.techvorm.com$ [NC]
RewriteRule ^(.*)$ http://techvorm.com/$1 [L,R=301]</description>
		<content:encoded><![CDATA[<p>Nah still cant redirect it to non www url.</p>
<p>Here is my .htaccess file, take a look at it maybe you can help</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^www.techvorm.com$ [NC]<br />
RewriteRule ^(.*)$ <a href="http://techvorm.com/$1" rel="nofollow">http://techvorm.com/$1</a> [L,R=301]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on www. vs. no-www. &#8211; Canonical URL Fixes by kjernigan</title>
		<link>http://www.kjernigan.com/2009/03/27/www-vs-no-www-with-iis-htaccess/comment-page-1/#comment-14</link>
		<dc:creator>kjernigan</dc:creator>
		<pubDate>Tue, 23 Jun 2009 14:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=13#comment-14</guid>
		<description>Sure, just swap the non-www. URL with the www. URL - here ya go:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.site.com$ [NC]
RewriteRule ^(.*)$ http://site.com/$1 [L,R=301]</description>
		<content:encoded><![CDATA[<p>Sure, just swap the non-www. URL with the www. URL &#8211; here ya go:</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^www.site.com$ [NC]<br />
RewriteRule ^(.*)$ <a href="http://site.com/$1" rel="nofollow">http://site.com/$1</a> [L,R=301]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on www. vs. no-www. &#8211; Canonical URL Fixes by Paritosh</title>
		<link>http://www.kjernigan.com/2009/03/27/www-vs-no-www-with-iis-htaccess/comment-page-1/#comment-13</link>
		<dc:creator>Paritosh</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=13#comment-13</guid>
		<description>I did but i need to redirect www to no www and i guess the code give above does the opposite.
Can you provide a way to redirect www to no www.

Thanks</description>
		<content:encoded><![CDATA[<p>I did but i need to redirect www to no www and i guess the code give above does the opposite.<br />
Can you provide a way to redirect www to no www.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on www. vs. no-www. &#8211; Canonical URL Fixes by kjernigan</title>
		<link>http://www.kjernigan.com/2009/03/27/www-vs-no-www-with-iis-htaccess/comment-page-1/#comment-16</link>
		<dc:creator>kjernigan</dc:creator>
		<pubDate>Tue, 23 Jun 2009 13:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=13#comment-16</guid>
		<description>You can post the code in the same .htaccess file you&#039;ve created, just below any code that&#039;s currently in there.</description>
		<content:encoded><![CDATA[<p>You can post the code in the same .htaccess file you&#8217;ve created, just below any code that&#8217;s currently in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on www. vs. no-www. &#8211; Canonical URL Fixes by Paritosh</title>
		<link>http://www.kjernigan.com/2009/03/27/www-vs-no-www-with-iis-htaccess/comment-page-1/#comment-15</link>
		<dc:creator>Paritosh</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=13#comment-15</guid>
		<description>Hi,
The most easy explanation i have got on the internet while searching for the same !
Thanks for such a nice post.
Since, i am not a tech savvy person,  i have a query, the codes you have mentioned above need to placed in the existing .htaccess file or do i have to delete the previous one and uploaded new one containing these lines ? And if these codes have to placed in the existing file then where should they be placed ?
Any help would be much appreciated.
Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The most easy explanation i have got on the internet while searching for the same !<br />
Thanks for such a nice post.<br />
Since, i am not a tech savvy person,  i have a query, the codes you have mentioned above need to placed in the existing .htaccess file or do i have to delete the previous one and uploaded new one containing these lines ? And if these codes have to placed in the existing file then where should they be placed ?<br />
Any help would be much appreciated.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on www. vs. no-www. &#8211; Canonical URL Fixes by Dan</title>
		<link>http://www.kjernigan.com/2009/03/27/www-vs-no-www-with-iis-htaccess/comment-page-1/#comment-6</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 18 May 2009 20:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=13#comment-6</guid>
		<description>Thanks for the info it really helped</description>
		<content:encoded><![CDATA[<p>Thanks for the info it really helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Link Building &#8211; How To Do It Right by FINALLY! Something to blog about. &#171; Kyle Jernigan</title>
		<link>http://www.kjernigan.com/2009/04/15/link-building-how-to-do-it-right/comment-page-1/#comment-18</link>
		<dc:creator>FINALLY! Something to blog about. &#171; Kyle Jernigan</dc:creator>
		<pubDate>Wed, 13 May 2009 21:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=68#comment-18</guid>
		<description>[...] I mean a non-spammy, classy, well-written, custom email sent to someone specific.  Check my &#8220;Link Building &#8211; How To Do It Right&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] I mean a non-spammy, classy, well-written, custom email sent to someone specific.  Check my &#8220;Link Building &#8211; How To Do It Right&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Link Building &#8211; How To Do It Right by Justin Brooke</title>
		<link>http://www.kjernigan.com/2009/04/15/link-building-how-to-do-it-right/comment-page-1/#comment-19</link>
		<dc:creator>Justin Brooke</dc:creator>
		<pubDate>Wed, 22 Apr 2009 03:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=68#comment-19</guid>
		<description>Link building should be taken seriously since this an important factor in building the page rank of the website. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Link building should be taken seriously since this an important factor in building the page rank of the website. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on www. vs. no-www. &#8211; Canonical URL Fixes by Which Home Page Do I Choose? &#171; Kyle Jernigan</title>
		<link>http://www.kjernigan.com/2009/03/27/www-vs-no-www-with-iis-htaccess/comment-page-1/#comment-3</link>
		<dc:creator>Which Home Page Do I Choose? &#171; Kyle Jernigan</dc:creator>
		<pubDate>Fri, 17 Apr 2009 19:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://kjernigan.wordpress.com/?p=13#comment-3</guid>
		<description>[...] internally, or externally, to anything other than &#8220;http://www.sitename.com&#8221; - if your canonical domain is www.sitename.com.  If you&#8217;ve got links on your site to .com/index.html - and that [...]</description>
		<content:encoded><![CDATA[<p>[...] internally, or externally, to anything other than &#8220;http://www.sitename.com&#8221; &#8211; if your canonical domain is <a href="http://www.sitename.com. " rel="nofollow">http://www.sitename.com. </a> If you&#8217;ve got links on your site to .com/index.html &#8211; and that [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
