<?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: Fix Wordpress 2.6 Custom Structure Permalinks Part II</title>
	<atom:link href="http://www.kevinworthington.com/2008/07/22/fix-wordpress-26-custom-structure-permalinks-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinworthington.com/2008/07/22/fix-wordpress-26-custom-structure-permalinks-part-ii/</link>
	<description>Nginx for Windows, Lighttpd for Windows, and Technology</description>
	<pubDate>Mon, 05 Jan 2009 23:58:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kev</title>
		<link>http://www.kevinworthington.com/2008/07/22/fix-wordpress-26-custom-structure-permalinks-part-ii/comment-page-1/#comment-9331</link>
		<dc:creator>Kev</dc:creator>
		<pubDate>Thu, 31 Jul 2008 03:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=220#comment-9331</guid>
		<description>Ducked.nl: I am not sure about using this on Windows; I only have experience using this method with Apache. My rewrite rules look like this:
&lt;code&gt;
# BEGIN WordPress
&lt;ifmodule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/ifmodule&gt;

# END WordPress
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ducked.nl: I am not sure about using this on Windows; I only have experience using this method with Apache. My rewrite rules look like this:<br />
<code><br />
# BEGIN WordPress<br />
<ifmodule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</ifmodule></p>
<p># END WordPress<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ducked.nl</title>
		<link>http://www.kevinworthington.com/2008/07/22/fix-wordpress-26-custom-structure-permalinks-part-ii/comment-page-1/#comment-9330</link>
		<dc:creator>Ducked.nl</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=220#comment-9330</guid>
		<description>I forgot to mention I use "/%category%/%postname%/" as my custom structure. Also my GeoMashup plugin, my pages &#38; my slideshow rotator stopped working :(</description>
		<content:encoded><![CDATA[<p>I forgot to mention I use &#8220;/%category%/%postname%/&#8221; as my custom structure. Also my GeoMashup plugin, my pages &amp; my slideshow rotator stopped working <img src='http://www.kevinworthington.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ducked.nl</title>
		<link>http://www.kevinworthington.com/2008/07/22/fix-wordpress-26-custom-structure-permalinks-part-ii/comment-page-1/#comment-9329</link>
		<dc:creator>Ducked.nl</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=220#comment-9329</guid>
		<description>It doenst work here :( My wordpress is hosted on a Windows server, which is fitted with the Mod Rewrite plugin, so I can use pretty permalinks.

============================


RewriteEngine On RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php/$1 [L,QSA]


============================

This worked perfectly until the update to 2.6...I've tried you fix + the one Marc suggests, but it still doesnt work. What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>It doenst work here <img src='http://www.kevinworthington.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> My wordpress is hosted on a Windows server, which is fitted with the Mod Rewrite plugin, so I can use pretty permalinks.</p>
<p>============================</p>
<p>RewriteEngine On RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.+)$ /index.php/$1 [L,QSA]</p>
<p>============================</p>
<p>This worked perfectly until the update to 2.6&#8230;I&#8217;ve tried you fix + the one Marc suggests, but it still doesnt work. What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Fix Permalinks In Wordpress When All Else Fails &#124; Kevin Worthington</title>
		<link>http://www.kevinworthington.com/2008/07/22/fix-wordpress-26-custom-structure-permalinks-part-ii/comment-page-1/#comment-9323</link>
		<dc:creator>How To Fix Permalinks In Wordpress When All Else Fails &#124; Kevin Worthington</dc:creator>
		<pubDate>Fri, 25 Jul 2008 17:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=220#comment-9323</guid>
		<description>[...] you're new here, you may want to subscribe to my RSS feed.Thanks for visiting!UPDATE:Please see Part II, which includes links to the official Wordpress support [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re new here, you may want to subscribe to my RSS feed.Thanks for visiting!UPDATE:Please see Part II, which includes links to the official Wordpress support [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
