<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get WordPress Permalinks Working with Windows, IIS, and ISAPI&#160;Rewrite</title>
	<atom:link href="http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/feed" rel="self" type="application/rss+xml" />
	<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:27:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: DDF Zone Diaries &#8211; Wordpress Pretty Permalinks &#8211; Windows IIS 5.1 &#171; DDFZONE</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-357</link>
		<dc:creator>DDF Zone Diaries &#8211; Wordpress Pretty Permalinks &#8211; Windows IIS 5.1 &#171; DDFZONE</dc:creator>
		<pubDate>Wed, 25 Aug 2010 07:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-357</guid>
		<description>[...] We downloaded and installed following Kyle Caufields post: Permalink for WordPress – IIS 6 mod_rewrite FIXED – Free . On Windows XP Pro, IIS  is accessed under Computer Management     . The Default install location for ISAPI Remote is the Local Directory. We installed the ISAPI_Rewrite3  Filter under the Default Web Directory. If you plan on supporting multiple Web Sites, you will need  the Full Version. Hit up the  ISAPI Rewrite Support Forums  for more detailed support     . But we still had 404 errors. We tried every configuration option we could find, and almost gave up since almost every solution was based on Windows Server 2003 and IIS 6 and none on our current system: - OS Version:  Windows XP Pro SP 3 - Server Version:  Microsoft-IIS/5.1 - MySQL Version:  5.0.17 - PHP Version:  5.2.5 - WordPress Version:  3.0 So, it would be natural to assume that you must run on a server platform for this to work. NOT GIVING UP ! . After more hours, articles and posts we discovered Andy Stratton’s plugin for WP   that not only handles the rewrites for our top-level pages but also the child pages under the drop down menus. Get WordPress Permalinks Working with Windows, IIS, and ISAPI Rewrite [...]</description>
		<content:encoded><![CDATA[<p>[...] We downloaded and installed following Kyle Caufields post: Permalink for WordPress – IIS 6 mod_rewrite FIXED – Free . On Windows XP Pro, IIS  is accessed under Computer Management     . The Default install location for ISAPI Remote is the Local Directory. We installed the ISAPI_Rewrite3  Filter under the Default Web Directory. If you plan on supporting multiple Web Sites, you will need  the Full Version. Hit up the  ISAPI Rewrite Support Forums  for more detailed support     . But we still had 404 errors. We tried every configuration option we could find, and almost gave up since almost every solution was based on Windows Server 2003 and IIS 6 and none on our current system: &#8211; OS Version:  Windows XP Pro SP 3 - Server Version:  Microsoft-IIS/5.1 &#8211; MySQL Version:  5.0.17 &#8211; PHP Version:  5.2.5 &#8211; WordPress Version:  3.0 So, it would be natural to assume that you must run on a server platform for this to work. NOT GIVING UP ! . After more hours, articles and posts we discovered Andy Stratton’s plugin for WP   that not only handles the rewrites for our top-level pages but also the child pages under the drop down menus. Get WordPress Permalinks Working with Windows, IIS, and ISAPI Rewrite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsv210</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-348</link>
		<dc:creator>dsv210</dc:creator>
		<pubDate>Wed, 04 Aug 2010 17:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-348</guid>
		<description>thanks for your suggestion andy - i will run this past my developer</description>
		<content:encoded><![CDATA[<p>thanks for your suggestion andy &#8211; i will run this past my developer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-347</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Wed, 04 Aug 2010 17:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-347</guid>
		<description>@dsv210 I&#039;m not sure, I&#039;m not familiar with your specific install and I avoid Windows hosting for anything PHP related like the plague.

You can achieve the same effect but would need to write some generic rules so you&#039;re not killing your CSS files or image files.

That&#039;s the main issue, ISAPI Rewrite 3.0 supports the -f and -d flags to ignore actual files and directories and only redirect URLs that don&#039;t physically exist on the server.

You could do something like:

RewriteRule !\.(css&#124;jpe?g&#124;gif&#124;png&#124;js&#124;pdf)$ index.php [L]

Where you&#039;ve got that subexpression representing all file names you could have static and just make sure you keep your permalinks extensionless.

Hope that insight helps you out, good luck!

P.S. Best solution is get WP off that host ;]</description>
		<content:encoded><![CDATA[<p>@dsv210 I&#8217;m not sure, I&#8217;m not familiar with your specific install and I avoid Windows hosting for anything PHP related like the plague.</p>
<p>You can achieve the same effect but would need to write some generic rules so you&#8217;re not killing your CSS files or image files.</p>
<p>That&#8217;s the main issue, ISAPI Rewrite 3.0 supports the -f and -d flags to ignore actual files and directories and only redirect URLs that don&#8217;t physically exist on the server.</p>
<p>You could do something like:</p>
<p>RewriteRule !\.(css|jpe?g|gif|png|js|pdf)$ index.php [L]</p>
<p>Where you&#8217;ve got that subexpression representing all file names you could have static and just make sure you keep your permalinks extensionless.</p>
<p>Hope that insight helps you out, good luck!</p>
<p>P.S. Best solution is get WP off that host ;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsv210</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-346</link>
		<dc:creator>dsv210</dc:creator>
		<pubDate>Wed, 04 Aug 2010 16:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-346</guid>
		<description>is there any way of getting wordpress permalinks to work without upgrading to isapi 3?
we have our wordpress blog installed within our root folder on a windows 2003 server using iis6 and isapi 2.11 - we have around 30 websites on the server all using isapi 2.11 for rewrites - upgrading will be really difficult - as all the rules would need to be changed - is there any possible way around this?
thanks</description>
		<content:encoded><![CDATA[<p>is there any way of getting wordpress permalinks to work without upgrading to isapi 3?<br />
we have our wordpress blog installed within our root folder on a windows 2003 server using iis6 and isapi 2.11 &#8211; we have around 30 websites on the server all using isapi 2.11 for rewrites &#8211; upgrading will be really difficult &#8211; as all the rules would need to be changed &#8211; is there any possible way around this?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-267</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Wed, 09 Jun 2010 15:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-267</guid>
		<description>@Neo – Thanks for posting. That&#039;s awesome, if the headers in the latest version of ISAPI Rewrite are sending REQUEST_URI then you&#039;re correct this plugin is a waste of time, and will probably break your site if they removed the X_HTTP_REWRITE header.</description>
		<content:encoded><![CDATA[<p>@Neo – Thanks for posting. That&#8217;s awesome, if the headers in the latest version of ISAPI Rewrite are sending REQUEST_URI then you&#8217;re correct this plugin is a waste of time, and will probably break your site if they removed the X_HTTP_REWRITE header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-266</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Wed, 09 Jun 2010 15:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-266</guid>
		<description>Got it to work on Windows 2003 on IIS 6.0.

Her we go:

1. Install ISAPI Rewrite 3 Lite, just as it is described above.
2. Put this on the C:\Program Files\Helicon\ISAPI_Rewrite3\http.conf file:

# BEGIN WordPress

Options +Followsymlinks
RewriteEngine On
RewriteBase /yoursubdirectoryname/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

CheckSpelling On

# END WordPress

Restart IIS only you&#039;re just installed ISAPI Rewrite. You dont nedd to restart IIS each time you modified this file.

3. DO NOT install the plugin. You dont need it.
4. Enjoy</description>
		<content:encoded><![CDATA[<p>Got it to work on Windows 2003 on IIS 6.0.</p>
<p>Her we go:</p>
<p>1. Install ISAPI Rewrite 3 Lite, just as it is described above.<br />
2. Put this on the C:\Program Files\Helicon\ISAPI_Rewrite3\http.conf file:</p>
<p># BEGIN WordPress</p>
<p>Options +Followsymlinks<br />
RewriteEngine On<br />
RewriteBase /yoursubdirectoryname/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . index.php [L]</p>
<p>CheckSpelling On</p>
<p># END WordPress</p>
<p>Restart IIS only you&#8217;re just installed ISAPI Rewrite. You dont nedd to restart IIS each time you modified this file.</p>
<p>3. DO NOT install the plugin. You dont need it.<br />
4. Enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian V. Hunt</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-246</link>
		<dc:creator>Brian V. Hunt</dc:creator>
		<pubDate>Sun, 30 May 2010 03:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-246</guid>
		<description>And I gave you props here: http://brianvhunt.com/dancing-with-the-stars/</description>
		<content:encoded><![CDATA[<p>And I gave you props here: <a href="http://brianvhunt.com/dancing-with-the-stars/" rel="nofollow">http://brianvhunt.com/dancing-with-the-stars/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian V. Hunt</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-245</link>
		<dc:creator>Brian V. Hunt</dc:creator>
		<pubDate>Sun, 30 May 2010 01:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-245</guid>
		<description>Andy,

I have been struggling with WP and permalinks for two months. I had had to have my host install IsapiRewrite4 and I had to edit that file with a new rule everytime I added a page or post.

I recently created some drop-down menus in Thesis and they would not work correctly under the rewrite solution I was using.

I finally dumped the rewrite rules from the IsapiRewite4.ini, turned off the rewrite engine in that file, activated your plugin, and created an .htaccess file in the root.

Voila, all rewrites are now working.

THANK YOU!

Brian</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>I have been struggling with WP and permalinks for two months. I had had to have my host install IsapiRewrite4 and I had to edit that file with a new rule everytime I added a page or post.</p>
<p>I recently created some drop-down menus in Thesis and they would not work correctly under the rewrite solution I was using.</p>
<p>I finally dumped the rewrite rules from the IsapiRewite4.ini, turned off the rewrite engine in that file, activated your plugin, and created an .htaccess file in the root.</p>
<p>Voila, all rewrites are now working.</p>
<p>THANK YOU!</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apar</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-218</link>
		<dc:creator>apar</dc:creator>
		<pubDate>Sat, 22 May 2010 12:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-218</guid>
		<description>Andy what are the reason to taking too long process to execute programing language and how would i solve permanently.........

i am using to transfer webpage text into database with php .</description>
		<content:encoded><![CDATA[<p>Andy what are the reason to taking too long process to execute programing language and how would i solve permanently&#8230;&#8230;&#8230;</p>
<p>i am using to transfer webpage text into database with php .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-192</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Fri, 07 May 2010 03:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-192</guid>
		<description>Sorry for the long delay folks.

@Andy Thanks for sharing that!

@Ryan no prob. Glad it helped. Making WordPress and IIS 6 play nice was a pain in my ass for years.

@apar let&#039;s stay focused to the plugin in these comments.

@Amy send me an email through the site if you&#039;re still struggling.

@Mauricio I honestly haven&#039;t work on Windows Server since the initial development/testing of this plugin – which is easily a year now – I&#039;m not sure what that&#039;s about!</description>
		<content:encoded><![CDATA[<p>Sorry for the long delay folks.</p>
<p>@Andy Thanks for sharing that!</p>
<p>@Ryan no prob. Glad it helped. Making WordPress and IIS 6 play nice was a pain in my ass for years.</p>
<p>@apar let&#8217;s stay focused to the plugin in these comments.</p>
<p>@Amy send me an email through the site if you&#8217;re still struggling.</p>
<p>@Mauricio I honestly haven&#8217;t work on Windows Server since the initial development/testing of this plugin – which is easily a year now – I&#8217;m not sure what that&#8217;s about!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
