<?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>Josh Stauffer&#187; htaccess</title>
	<atom:link href="http://www.joshstauffer.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshstauffer.com</link>
	<description>WordPress, Genesis, &#38; Things I Care About</description>
	<lastBuildDate>Sun, 11 Dec 2011 01:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Redirect Non-WWW to WWW</title>
		<link>http://www.joshstauffer.com/how-to-redirect-non-www-to-www/</link>
		<comments>http://www.joshstauffer.com/how-to-redirect-non-www-to-www/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 20:56:36 +0000</pubDate>
		<dc:creator>Josh Stauffer</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.joshstauffer.com/?p=168</guid>
		<description><![CDATA[Search engines consider http://joshstauffer.com and http://www.joshstauffer.com to be different websites. Therefore if you have others linking to both versions of your site you are splitting up your link juice. To correct this you can use a simple 301 redirect in your site&#8217;s .htaccess file. RewriteEngine on RewriteCond %{HTTP_HOST} ^joshstauffer\.com$ [NC] RewriteRule ^(.*)$ http://www.joshstauffer.com/$1 [R=301,L] Related [...]


Related posts:<ol><li><a href='http://www.joshstauffer.com/wordpress-redirect-users-after-log-in/' rel='bookmark' title='Permanent Link: WordPress: Redirect Users After Log In'>WordPress: Redirect Users After Log In</a></li>
<li><a href='http://www.joshstauffer.com/how-to-export-google-reader-subscriptions/' rel='bookmark' title='Permanent Link: How to Export Google Reader Subscriptions'>How to Export Google Reader Subscriptions</a></li>
<li><a href='http://www.joshstauffer.com/godaddy-to-bluehost-to-hostgator/' rel='bookmark' title='Permanent Link: I&#8217;m with <del>GoDaddy</del>, <del>BlueHost</del>, HostGator!'>I&#8217;m with <del>GoDaddy</del>, <del>BlueHost</del>, HostGator!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.joshstauffer.com%2Fhow-to-redirect-non-www-to-www%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.joshstauffer.com%2Fhow-to-redirect-non-www-to-www%2F&amp;source=joshstauffer&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Search engines consider http://joshstauffer.com and http://www.joshstauffer.com to be different websites. Therefore if you have others linking to both versions of your site you are splitting up your link juice. To correct this you can use a simple 301 redirect in your site&#8217;s .htaccess file.</p>
<pre>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^joshstauffer\.com$ [NC]
RewriteRule ^(.*)$ http://www.joshstauffer.com/$1 [R=301,L]
</pre>


<p>Related posts:<ol><li><a href='http://www.joshstauffer.com/wordpress-redirect-users-after-log-in/' rel='bookmark' title='Permanent Link: WordPress: Redirect Users After Log In'>WordPress: Redirect Users After Log In</a></li>
<li><a href='http://www.joshstauffer.com/how-to-export-google-reader-subscriptions/' rel='bookmark' title='Permanent Link: How to Export Google Reader Subscriptions'>How to Export Google Reader Subscriptions</a></li>
<li><a href='http://www.joshstauffer.com/godaddy-to-bluehost-to-hostgator/' rel='bookmark' title='Permanent Link: I&#8217;m with <del>GoDaddy</del>, <del>BlueHost</del>, HostGator!'>I&#8217;m with <del>GoDaddy</del>, <del>BlueHost</del>, HostGator!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.joshstauffer.com/how-to-redirect-non-www-to-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

