<?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>Ramblings from MostlyChris &#187; rewrite</title>
	<atom:link href="http://blog.mostlychris.com/tag/rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostlychris.com</link>
	<description>Tech stuff and a bit more</description>
	<lastBuildDate>Tue, 27 Dec 2011 14:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Basic Site Redirects/Rewrites</title>
		<link>http://blog.mostlychris.com/2009/03/super-basic-site-redirect/</link>
		<comments>http://blog.mostlychris.com/2009/03/super-basic-site-redirect/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 12:52:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=359</guid>
		<description><![CDATA[This is a super simple site redirect. This, of course, can get much more complicated than what is shown here. Place this in the apache configuration file (non-Plesk boxen) or in a .htaccess file. Options +FollowSymLinks RewriteEngine on RewriteRule &#40;.*&#41; http://www.newdomain.com/$1 &#91;R=301,L&#93; &#8212;&#8211; If you want to redirect a site using the httpd.conf file inside [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/03/super-basic-site-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

