<?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>amptools &#187; WordPress</title>
	<atom:link href="http://www.amptools.net/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.amptools.net</link>
	<description>Simplify your life.</description>
	<lastBuildDate>Sat, 08 May 2010 07:40:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Isapi Rewrite 4 rules for wordpress</title>
		<link>http://www.amptools.net/blog/isapi-rewrite-4-rules-for-wordpress</link>
		<comments>http://www.amptools.net/blog/isapi-rewrite-4-rules-for-wordpress#comments</comments>
		<pubDate>Tue, 26 May 2009 00:57:05 +0000</pubDate>
		<dc:creator>Michael Herndon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[isapirewrite4]]></category>
		<category><![CDATA[rewrite urls]]></category>
		<category><![CDATA[Windows Live Wrtier]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.amptools.net/blog/isapi-rewrite-4-rules-for-wordpress</guid>
		<description><![CDATA[For those of you who might be using Isapi Rewrite 4 on a .net host and yet using wordpress for a blog, here are the rewrite rules.  Most blog posts only show things for the index and maybe the wp folders. They tend to leave oout the xmlrpc file which is vital if you [...]]]></description>
			<content:encoded><![CDATA[<img class='gravatar' style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=899a978b0f02774a965aec11eeb0b8f4&amp;default=http://amppotls.net' alt='No Gravatar' width=48 height=48/><p>For those of you who might be using Isapi Rewrite 4 on a .net host and yet using wordpress for a blog, here are the rewrite rules.  Most blog posts only show things for the index and maybe the wp folders. They tend to leave oout the xmlrpc file which is vital if you plan to use something like windows live writer to make your blog posts.</p>
<pre class="brush: plain;">
RewriteBase /
RewriteCond ${REQUEST_FILENAME} !-f
RewriteCond ${REQUEST_FILENAME} !-d 

# For special Wordpress folders (e.g. theme, admin, etc.)
RewriteRule /wp-(.*) /wp-$1 [L]
RewriteRule /favicon.ico /favicon.ico [L]
RewriteRule /xmlrpc.php /xmlrpc.php [L]  

# For all Wordpress pages
RewriteRule ^/$ /index.php [L]
RewriteRule /(.*) /index.php/$1 [L]
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.amptools.net/blog/isapi-rewrite-4-rules-for-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->