<?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>Mike&#039;s burogu &#187; .htaccess</title>
	<atom:link href="http://blog.bsodmike.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bsodmike.com</link>
	<description>Caution: May contain nuts...</description>
	<lastBuildDate>Sun, 29 Aug 2010 19:00:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Handy .htaccess Rewrite Rule&#8230;</title>
		<link>http://blog.bsodmike.com/2009/10/30/handy-htaccess-rewrite-rule/</link>
		<comments>http://blog.bsodmike.com/2009/10/30/handy-htaccess-rewrite-rule/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:58:47 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[The Blog]]></category>
		<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://blog.bsodmike.com/?p=18</guid>
		<description><![CDATA[I found this really handy rewrite rule, which redirects all traffic from the root folder to a specific subdomain page.
1234RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^(www\.)?foo\.org$ [NC]
RewriteRule ^ http://blog.foo.org/ [R=301,L]
I decided to install WP inside the subdomain &#8216;blog&#8217;.  This ensures my root directly is freed of the clutter that WP brings along with it.
]]></description>
			<content:encoded><![CDATA[<p>I found this <a href="http://stackoverflow.com/questions/544369/use-htaccess-to-redirect-all-traffic-from-root-to-specific-subdomain-page">really handy rewrite rule</a>, which redirects all traffic from the root folder to a specific subdomain page.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">RewriteEngine On<br />
Options +FollowSymlinks<br />
RewriteCond %{HTTP_HOST} ^(www\.)?foo\.org$ [NC]<br />
RewriteRule ^ http://blog.foo.org/ [R=301,L]</div></td></tr></tbody></table></div>
<p>I decided to install WP inside the subdomain &#8216;blog&#8217;.  This ensures my root directly is freed of the clutter that WP brings along with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bsodmike.com/2009/10/30/handy-htaccess-rewrite-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
