<?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>Parallelcoding.com &#187; Rewrite</title>
	<atom:link href="http://www.parallelcoding.com/tag/rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parallelcoding.com</link>
	<description>Intelligent, Efficient, Parallel, and Sustainable Code</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:17:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ISAPI Rewrite 3 with WordPress</title>
		<link>http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/</link>
		<comments>http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/#comments</comments>
		<pubDate>Wed, 06 May 2009 18:35:25 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Rewrite]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.parallelcoding.com/?p=323</guid>
		<description><![CDATA[<a href="http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/" title="ISAPI Rewrite 3 with Wordpress"></a>If you're using these 2 tools together, you have to make small effort in order to get rewriting working properly.  Do what it says here Open wp-includes/classes.php Go to line 158. You should see something like $req_uri = $_SERVER['REQUEST_URI']; Replace that &#8230;<p class="read-more"><a href="http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/" title="ISAPI Rewrite 3 with Wordpress"></a><div>
<p>If you're using these 2 tools together, you have to make small effort in order to get rewriting working properly. </p>
<ol>
<li>Do what it says <a href="http://www.helicontech.com/articles/wordpress.htm">here</a></li>
<li>Open wp-includes/classes.php</li>
<li>Go to line 158. You should see something like $req_uri = $_SERVER['REQUEST_URI'];</li>
<li>Replace that with $req_uri = $_SERVER['HTTP_X_REWRITE_URL'];</li>
<li>You're good to go!</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.parallelcoding.com/2009/05/06/isapi-rewrite-3-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

