<?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: 404&#8242;s on WordPress Permalinks (IIS with ISAPI Rewrite)</title>
	<atom:link href="http://code.almeros.com/index.php" rel="self" type="application/rss+xml" />
	<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite</link>
	<description>Words about code… code.almeros.com</description>
	<lastBuildDate>Mon, 30 Jan 2012 15:04:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jaydeep patel</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-3332</link>
		<dc:creator>jaydeep patel</dc:creator>
		<pubDate>Sat, 03 Sep 2011 12:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-3332</guid>
		<description>Thanks!
I have solved my problem with the help of your blog</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
I have solved my problem with the help of your blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: /dev/tty: How to fix 404 on Wordpress Permalinks on IIS (PHP)</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-485</link>
		<dc:creator>/dev/tty: How to fix 404 on Wordpress Permalinks on IIS (PHP)</dc:creator>
		<pubDate>Wed, 01 Sep 2010 13:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-485</guid>
		<description>[...] wrote an article on my personal blog about fixing 404&#8217;s on Wordpress Permalinks on an IIS 6.0 on a Windows webserver. There were two different sources I got the 404 from and which I had to fix; first from Wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote an article on my personal blog about fixing 404&#8217;s on WordPress Permalinks on an IIS 6.0 on a Windows webserver. There were two different sources I got the 404 from and which I had to fix; first from WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DDF Zone Diaries &#8211; Wordpress Pretty Permalinks &#8211; Windows IIS 5.1 &#171; DDFZONE</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-452</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:35 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-452</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Melo</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-367</link>
		<dc:creator>Guilherme Melo</dc:creator>
		<pubDate>Tue, 03 Aug 2010 04:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-367</guid>
		<description>DUDE !!!! You rule!

The very key for working with wordpress under shared hosted iis6 and isapi rewrite is to use that line:

RewriteRule ^(index\.php)*(.*)$ index.php/$2 [NC,L]

That worked like a charm.

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>DUDE !!!! You rule!</p>
<p>The very key for working with wordpress under shared hosted iis6 and isapi rewrite is to use that line:</p>
<p>RewriteRule ^(index\.php)*(.*)$ index.php/$2 [NC,L]</p>
<p>That worked like a charm.</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-256</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 24 Jun 2010 14:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-256</guid>
		<description>If you dont seem to have any luck, this site helped me loads!

http://www.webafrica.co.za/kb/isapi_rewrite/wpisiapi.html

Will

Quote: You dont stop playing in life because you’re getting old. You get old because you stop playing.</description>
		<content:encoded><![CDATA[<p>If you dont seem to have any luck, this site helped me loads!</p>
<p><a href="http://www.webafrica.co.za/kb/isapi_rewrite/wpisiapi.html" rel="nofollow">http://www.webafrica.co.za/kb/isapi_rewrite/wpisiapi.html</a></p>
<p>Will</p>
<p>Quote: You dont stop playing in life because you’re getting old. You get old because you stop playing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Almeros</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-230</link>
		<dc:creator>Almeros</dc:creator>
		<pubDate>Tue, 15 Jun 2010 20:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-230</guid>
		<description>Hi lexx2gee, I understand the frustration you may have with this kind of stuff ;). 

You say you work with .aspx pages? So why are you using the RewriteRule with .php in it then? Shouldn&#039;t you at least change this to .aspx?

I don&#039;t know if this is the case, but in your HTML code, how do you reference external .js and .css files? If you do this with (non root) relative URL&#039;s (src=&quot;script.js&quot;) instead of absolute URL&#039;s (src=&quot;http://yourdomain.com/script.js&quot;) this could very well break since your browser now uses the redirected URL structure as the base for the relative URL&#039;s.

You can try if the use of an absolute path fixes your problem just so you know this solves it and then add rewrite rules to make your relative URL&#039;s work again.

Hope this&#039;ll fix it for you!</description>
		<content:encoded><![CDATA[<p>Hi lexx2gee, I understand the frustration you may have with this kind of stuff <img src='http://code.almeros.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . </p>
<p>You say you work with .aspx pages? So why are you using the RewriteRule with .php in it then? Shouldn&#8217;t you at least change this to .aspx?</p>
<p>I don&#8217;t know if this is the case, but in your HTML code, how do you reference external .js and .css files? If you do this with (non root) relative URL&#8217;s (src=&#8221;script.js&#8221;) instead of absolute URL&#8217;s (src=&#8221;http://yourdomain.com/script.js&#8221;) this could very well break since your browser now uses the redirected URL structure as the base for the relative URL&#8217;s.</p>
<p>You can try if the use of an absolute path fixes your problem just so you know this solves it and then add rewrite rules to make your relative URL&#8217;s work again.</p>
<p>Hope this&#8217;ll fix it for you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lexx2gee</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-228</link>
		<dc:creator>lexx2gee</dc:creator>
		<pubDate>Tue, 15 Jun 2010 16:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-228</guid>
		<description>I got Kyle Caulfields solution working fine but for some reason it breaks the .aspx page that use AJAX on my website. I get JS errors about &#039;sys&#039; and AJAX library wont load or function.

Any ideas why this coukld be happening when I use the simple code

&lt;code&gt;
RewriteEngine on
RewriteBase /blog
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(index\.php)*(.*)$ /blog/index.php/$2 [NC,L]
&lt;/code&gt;
It&#039;s killing my brain!</description>
		<content:encoded><![CDATA[<p>I got Kyle Caulfields solution working fine but for some reason it breaks the .aspx page that use AJAX on my website. I get JS errors about &#8216;sys&#8217; and AJAX library wont load or function.</p>
<p>Any ideas why this coukld be happening when I use the simple code</p>
<p><code><br />
RewriteEngine on<br />
RewriteBase /blog<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(index\.php)*(.*)$ /blog/index.php/$2 [NC,L]<br />
</code><br />
It&#8217;s killing my brain!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GoDaddy hosting &#8211; garbage! - Inane World</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-159</link>
		<dc:creator>GoDaddy hosting &#8211; garbage! - Inane World</dc:creator>
		<pubDate>Tue, 25 May 2010 06:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-159</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Almeros</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-26</link>
		<dc:creator>Almeros</dc:creator>
		<pubDate>Tue, 27 Apr 2010 19:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-26</guid>
		<description>Hi Rafael M, that&#039;s difficult to say. What kind of access do you have then? You could ask your provider how you should fix it with the tools that are provided by them or ask them to fix this for you (and perhaps all their other customers). If they happen to get the same problem as I had, I hope Google will bring them to this article ;)</description>
		<content:encoded><![CDATA[<p>Hi Rafael M, that&#8217;s difficult to say. What kind of access do you have then? You could ask your provider how you should fix it with the tools that are provided by them or ask them to fix this for you (and perhaps all their other customers). If they happen to get the same problem as I had, I hope Google will bring them to this article <img src='http://code.almeros.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael M</title>
		<link>http://code.almeros.com/404-wordpress-permalinks-iis-with-isapi-rewrite/comment-page-1#comment-23</link>
		<dc:creator>Rafael M</dc:creator>
		<pubDate>Mon, 26 Apr 2010 14:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://code.almeros.com/?p=11#comment-23</guid>
		<description>How do you do this if you do not have access to IIS?
Thanks.</description>
		<content:encoded><![CDATA[<p>How do you do this if you do not have access to IIS?<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

