<?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: How To Fix Permalinks In Wordpress When All Else Fails</title>
	<atom:link href="http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/</link>
	<description>Nginx for Windows, Lighttpd for Windows, and Technology</description>
	<pubDate>Tue, 06 Jan 2009 12:02:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: To The Moon And Back &#187; Fixing Permalinks in Wordpress 2.6</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9322</link>
		<dc:creator>To The Moon And Back &#187; Fixing Permalinks in Wordpress 2.6</dc:creator>
		<pubDate>Fri, 25 Jul 2008 02:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9322</guid>
		<description>[...] it didn&#8217;t work for me. Good thing I found this article &#8220;How to Fix Permalinks in Wordpress When All Else Fails&#8221;. The process involves [...]</description>
		<content:encoded><![CDATA[<p>[...] it didn&#8217;t work for me. Good thing I found this article &#8220;How to Fix Permalinks in Wordpress When All Else Fails&#8221;. The process involves [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fix Wordpress 2.6 Custom Structure Permalinks Part II &#124; Kevin Worthington</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9321</link>
		<dc:creator>Fix Wordpress 2.6 Custom Structure Permalinks Part II &#124; Kevin Worthington</dc:creator>
		<pubDate>Wed, 23 Jul 2008 02:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9321</guid>
		<description>[...] you're new here, you may want to subscribe to my RSS feed.Thanks for visiting!Thanks to Marc&#8217;s comment on my last post, fixing Permalinks is easier that I originally thought for Wordpress 2.6. Marc cites this post on [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re new here, you may want to subscribe to my RSS feed.Thanks for visiting!Thanks to Marc&#8217;s comment on my last post, fixing Permalinks is easier that I originally thought for Wordpress 2.6. Marc cites this post on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9320</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 21 Jul 2008 00:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9320</guid>
		<description>Here we go, in case you haven't fixed your problem.  The solution is here.

http://wordpress.org/support/topic/189058?replies=1

Simply remove the index.php from your permalink structure.  When you do that, everything works fine.  If linking from search engines that include "index.php" work fine.  

At least for me they do.</description>
		<content:encoded><![CDATA[<p>Here we go, in case you haven&#8217;t fixed your problem.  The solution is here.</p>
<p><a href="http://wordpress.org/support/topic/189058?replies=1" rel="nofollow">http://wordpress.org/support/topic/189058?replies=1</a></p>
<p>Simply remove the index.php from your permalink structure.  When you do that, everything works fine.  If linking from search engines that include &#8220;index.php&#8221; work fine.  </p>
<p>At least for me they do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9319</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 20 Jul 2008 22:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9319</guid>
		<description>Ok, while my custom permalinks work fine now, it appears my category links and Tag plugin don't. Fortunately archives still works, so I guess I will have to deal with that until v2.6.1</description>
		<content:encoded><![CDATA[<p>Ok, while my custom permalinks work fine now, it appears my category links and Tag plugin don&#8217;t. Fortunately archives still works, so I guess I will have to deal with that until v2.6.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9318</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sun, 20 Jul 2008 22:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9318</guid>
		<description>Your fix work, but not exactly as you explained.

I uploaded the rewrite.php file to my wp-includes folder, and then reset my custom permalinks structure.  It worked fine, except for the two error lines above, which I didn't like.

So I simply uploaded the original Wordpress 2.6 rewrite.php file, and lo and behold, the two error messages were gone, and the custom permalinks structure still works.

Very strange!</description>
		<content:encoded><![CDATA[<p>Your fix work, but not exactly as you explained.</p>
<p>I uploaded the rewrite.php file to my wp-includes folder, and then reset my custom permalinks structure.  It worked fine, except for the two error lines above, which I didn&#8217;t like.</p>
<p>So I simply uploaded the original Wordpress 2.6 rewrite.php file, and lo and behold, the two error messages were gone, and the custom permalinks structure still works.</p>
<p>Very strange!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joy</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9315</link>
		<dc:creator>joy</dc:creator>
		<pubDate>Fri, 18 Jul 2008 04:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9315</guid>
		<description>I followed your instructions for my client's blog and it worked! Thank you very much. I'll make sure to blog about your post so other people will know about it.</description>
		<content:encoded><![CDATA[<p>I followed your instructions for my client&#8217;s blog and it worked! Thank you very much. I&#8217;ll make sure to blog about your post so other people will know about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Permalink Problems After Wordpress Upgrade? &#124; Midspot</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9314</link>
		<dc:creator>Permalink Problems After Wordpress Upgrade? &#124; Midspot</dc:creator>
		<pubDate>Thu, 17 Jul 2008 15:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9314</guid>
		<description>[...] How to Fix Permalinks in Wordpress When All Else Fails [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Fix Permalinks in Wordpress When All Else Fails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erica</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9313</link>
		<dc:creator>erica</dc:creator>
		<pubDate>Thu, 17 Jul 2008 00:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9313</guid>
		<description>Funny thing is, I am on apache on a *nix box... and 2.5 I had to use index.php/%postname%/ or it would not work.. now i can't use it or anything to get permalinks to work. Only the default works. Even using the default theme, no plugins.

Same box, different site - default and with a theme, no plugins it works fine. /%category%/%postname%/

I even copied the .htaccess over - rules, permissions, owner, everything exact same. I cant figure it out

my .htaccess
'
# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


# END WordPress
'

AA Rewrite Rules reports
&#62; Permalink: /%category%/%postname%/
&#62; Writable .htaccess file found
&#62; mod_rewrite found
&#62; Not using pathinfo style index permalinks
&#62; Using mod_rewrite permalinks</description>
		<content:encoded><![CDATA[<p>Funny thing is, I am on apache on a *nix box&#8230; and 2.5 I had to use index.php/%postname%/ or it would not work.. now i can&#8217;t use it or anything to get permalinks to work. Only the default works. Even using the default theme, no plugins.</p>
<p>Same box, different site - default and with a theme, no plugins it works fine. /%category%/%postname%/</p>
<p>I even copied the .htaccess over - rules, permissions, owner, everything exact same. I cant figure it out</p>
<p>my .htaccess<br />
&#8216;<br />
# BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress<br />
&#8216;</p>
<p>AA Rewrite Rules reports<br />
&gt; Permalink: /%category%/%postname%/<br />
&gt; Writable .htaccess file found<br />
&gt; mod_rewrite found<br />
&gt; Not using pathinfo style index permalinks<br />
&gt; Using mod_rewrite permalinks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kev</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9308</link>
		<dc:creator>Kev</dc:creator>
		<pubDate>Wed, 16 Jul 2008 01:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9308</guid>
		<description>Dan: you're welcome. I agree with the 2.6.1 idea...</description>
		<content:encoded><![CDATA[<p>Dan: you&#8217;re welcome. I agree with the 2.6.1 idea&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.kevinworthington.com/2008/07/15/how-to-fix-permalinks-in-wordpress-when-all-else-fails/comment-page-1/#comment-9307</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 16 Jul 2008 01:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevinworthington.com/?p=211#comment-9307</guid>
		<description>Thanks alot! 
I wasn't happy at all when I found out that my permalinks where broken. They need WP 2.6.1 soon, haha.

-Dan</description>
		<content:encoded><![CDATA[<p>Thanks alot!<br />
I wasn&#8217;t happy at all when I found out that my permalinks where broken. They need WP 2.6.1 soon, haha.</p>
<p>-Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
