<?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>Kevin Mead</title>
	<atom:link href="http://www.kevinmead.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinmead.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Apr 2012 23:04:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>test</title>
		<link>http://www.kevinmead.com/stuff/test/</link>
		<comments>http://www.kevinmead.com/stuff/test/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 20:37:01 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[stuff]]></category>

		<guid isPermaLink="false">http://www.kevinmead.com/?p=94</guid>
		<description><![CDATA[Building Websites with ExpressionEngine 2]]></description>
		<wfw:commentRss>http://www.kevinmead.com/stuff/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExpressionEngine &#8211; No input file specified.</title>
		<link>http://www.kevinmead.com/apache/expressionengine-no-input-file-specified/</link>
		<comments>http://www.kevinmead.com/apache/expressionengine-no-input-file-specified/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 01:43:20 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[ExpressionEngine]]></category>

		<guid isPermaLink="false">http://www.kevinmead.com/?p=61</guid>
		<description><![CDATA[This problem popped up when I changed the apache on a server to fcgi. The problem and the fix were both in the .htaccess file. I had this in my .htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L] Notice the last line. I changed it to: RewriteEngine On RewriteCond %{REQUEST_FILENAME} [...]]]></description>
		<wfw:commentRss>http://www.kevinmead.com/apache/expressionengine-no-input-file-specified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to force www with mod_rewrite</title>
		<link>http://www.kevinmead.com/apache/how-to-force-www-with-mod_rewrite/</link>
		<comments>http://www.kevinmead.com/apache/how-to-force-www-with-mod_rewrite/#comments</comments>
		<pubDate>Tue, 03 May 2011 03:41:49 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.kevinmead.com/?p=32</guid>
		<description><![CDATA[If you want yourdomain.com to redirect all visitors to www.yourdomain.com, add this to your .htaccess This will only work if you have apache and mod_rewrite. &#60;IfModule mod_rewrite.c&#62; RewriteEngine on RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301] &#60;/IfModule&#62;]]></description>
		<wfw:commentRss>http://www.kevinmead.com/apache/how-to-force-www-with-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One of the local Jumping Spiders.</title>
		<link>http://www.kevinmead.com/stuff/one-of-the-local-jumping-spiders/</link>
		<comments>http://www.kevinmead.com/stuff/one-of-the-local-jumping-spiders/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 01:02:19 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[stuff]]></category>

		<guid isPermaLink="false">http://www.kevinmead.com/?p=14</guid>
		<description><![CDATA[Canopy Jumping Spider (Phidippus otiosus)]]></description>
		<wfw:commentRss>http://www.kevinmead.com/stuff/one-of-the-local-jumping-spiders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the Get smart with Thesis link.</title>
		<link>http://www.kevinmead.com/thesis/how-to-remove-the-get-smart-with-thesis-link/</link>
		<comments>http://www.kevinmead.com/thesis/how-to-remove-the-get-smart-with-thesis-link/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 22:20:40 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.kevinmead.com/?p=4</guid>
		<description><![CDATA[One of the first things you may want to do after installing Thesis is to remove the &#8220;get smart with thesis&#8221; link at the bottom. As with most things &#8220;thesis&#8221;, it is very easy to do. Log in to your wordpress admin. Click Thesis on the left hand side. Click Custom File Editor. Choose the [...]]]></description>
		<wfw:commentRss>http://www.kevinmead.com/thesis/how-to-remove-the-get-smart-with-thesis-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

