<?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>Tue, 09 Mar 2010 13:30:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-154</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-154</guid>
		<description>I&#039;m not 100% sure what you&#039;re asking here, but if you&#039;re having trouble creating the hidden file, I&#039;d Google showing hidden file types in your version of Windows, then create a file named &lt;code&gt;htaccess.txt&lt;/code&gt; in Notepad and rename it in Windows Explorer or launch the command line, &lt;code&gt;cd&lt;/code&gt; to the file&#039;s directory and run &lt;code&gt;rename htaccess.txt .htaccess&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m not 100% sure what you&#8217;re asking here, but if you&#8217;re having trouble creating the hidden file, I&#8217;d Google showing hidden file types in your version of Windows, then create a file named <code>htaccess.txt</code> in Notepad and rename it in Windows Explorer or launch the command line, <code>cd</code> to the file&#8217;s directory and run <code>rename htaccess.txt .htaccess</code></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-153</link>
		<dc:creator>apar</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-153</guid>
		<description>hi!
any one can help? how to write .htaccess in iis server to hiding file extension name</description>
		<content:encoded><![CDATA[<p>hi!<br />
any one can help? how to write .htaccess in iis server to hiding file extension name</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-146</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Tue, 23 Feb 2010 14:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-146</guid>
		<description>@Chris you might want to try putting the rules in the root directory&#039;s .htaccess file. See the comment(s) by @Ash above.

Also, try playing with the RewriteBase directive as well. If your site is working but CSS isn&#039;t then it&#039;s trying to rewrite the CSS URLs; I&#039;d check to ensure you can see the CSS source when hitting them directly, and if not, the rewrite conditions ensuring the REQUEST_FILENAME property is not an actual file/directory may not be working, this could also be an issue with it being a nested .htaccess</description>
		<content:encoded><![CDATA[<p>@Chris you might want to try putting the rules in the root directory&#8217;s .htaccess file. See the comment(s) by @Ash above.</p>
<p>Also, try playing with the RewriteBase directive as well. If your site is working but CSS isn&#8217;t then it&#8217;s trying to rewrite the CSS URLs; I&#8217;d check to ensure you can see the CSS source when hitting them directly, and if not, the rewrite conditions ensuring the REQUEST_FILENAME property is not an actual file/directory may not be working, this could also be an issue with it being a nested .htaccess</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-145</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-145</guid>
		<description>Hi,

I&#039;m trying to get this working for a blog in a subdirectory (/blog), but I cant get it working properly. I&#039;ve got it so the links are working fine, but however the CSS files are all broken, and then the admin pages dont work also.

I&#039;ve used Isapi Rewrite 3 successfully on a number of sites, so this is definitely working correctly.

One possible problem is that the main site also has a .htaccess file, but this has rules to exlude blog. Could this be causing an issue? I&#039;ve followed all the steps above.

Cheers,

Chris.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to get this working for a blog in a subdirectory (/blog), but I cant get it working properly. I&#8217;ve got it so the links are working fine, but however the CSS files are all broken, and then the admin pages dont work also.</p>
<p>I&#8217;ve used Isapi Rewrite 3 successfully on a number of sites, so this is definitely working correctly.</p>
<p>One possible problem is that the main site also has a .htaccess file, but this has rules to exlude blog. Could this be causing an issue? I&#8217;ve followed all the steps above.</p>
<p>Cheers,</p>
<p>Chris.</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-126</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Sat, 02 Jan 2010 21:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-126</guid>
		<description>@Junaid thanks! I&#039;m not sure if it&#039;s needed on IIS 7 as I think it has rewriting capabilities, it was mainly built for IIS 6 and ISAPI Rewrite when I had to work in that environment and the support was limited to editing core WP files.

Good call on updating the stats, thanks for letting me know it&#039;s working on Windows 2008 + IIS 7 as well as WP 2.9. I figured newer versions were supporting (and my workload has been full) so I haven&#039;t had a chance to setup a new virtual environment to test the new versions.

Thanks again for the kind words and I&#039;m glad it helped you out!</description>
		<content:encoded><![CDATA[<p>@Junaid thanks! I&#8217;m not sure if it&#8217;s needed on IIS 7 as I think it has rewriting capabilities, it was mainly built for IIS 6 and ISAPI Rewrite when I had to work in that environment and the support was limited to editing core WP files.</p>
<p>Good call on updating the stats, thanks for letting me know it&#8217;s working on Windows 2008 + IIS 7 as well as WP 2.9. I figured newer versions were supporting (and my workload has been full) so I haven&#8217;t had a chance to setup a new virtual environment to test the new versions.</p>
<p>Thanks again for the kind words and I&#8217;m glad it helped you out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Junaid</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-125</link>
		<dc:creator>Junaid</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-125</guid>
		<description>Nice work on this, I am surprised this plugin is not more popular considering how many Wordpress installations would be hosted on Windows.

Please keep it maintained and up to date.  It seems to work well on Windows 2008/IIS7 and Wordpress 2.9 - so you could probably update the compatibility version list.

Thanks and good job.</description>
		<content:encoded><![CDATA[<p>Nice work on this, I am surprised this plugin is not more popular considering how many Wordpress installations would be hosted on Windows.</p>
<p>Please keep it maintained and up to date.  It seems to work well on Windows 2008/IIS7 and Wordpress 2.9 &#8211; so you could probably update the compatibility version list.</p>
<p>Thanks and good job.</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-111</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-111</guid>
		<description>@Ash Thanks, I&#039;m glad you got it working. Ha, if I were a true star I would&#039;ve caught the RewriteRule as well ;p</description>
		<content:encoded><![CDATA[<p>@Ash Thanks, I&#8217;m glad you got it working. Ha, if I were a true star I would&#8217;ve caught the RewriteRule as well ;p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-110</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-110</guid>
		<description>Wow thanks for the amazingly fast reply!

I figured it was the .htaccess but i dont know too much about them. I tried what you suggested and it didnt work, But then i figured i&#039;d try the line at the bottom and it did work:

RewriteRule . /blog/index.php [L]

So for anyone who installs their blog in a subdirectory that should patch it up.

Cheers once again Andy, you&#039;re a star :0)</description>
		<content:encoded><![CDATA[<p>Wow thanks for the amazingly fast reply!</p>
<p>I figured it was the .htaccess but i dont know too much about them. I tried what you suggested and it didnt work, But then i figured i&#8217;d try the line at the bottom and it did work:</p>
<p>RewriteRule . /blog/index.php [L]</p>
<p>So for anyone who installs their blog in a subdirectory that should patch it up.</p>
<p>Cheers once again Andy, you&#8217;re a star :0)</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-109</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-109</guid>
		<description>I don&#039;t have any tests within a subdirectory, but I would try updating the RewriteBase directive to be:

RewriteBase /path-name/

Right now it&#039;s assuming the root is the base directory. Give that a try and let me know, but currently this has only been successful for me in a root directory scenario.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have any tests within a subdirectory, but I would try updating the RewriteBase directive to be:</p>
<p>RewriteBase /path-name/</p>
<p>Right now it&#8217;s assuming the root is the base directory. Give that a try and let me know, but currently this has only been successful for me in a root directory scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-108</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-108</guid>
		<description>Ok so i have installed this plugin successfully on the root of a site and on a subdomain of another site using the following .htaccess in the root of the site/subdomain:

# BEGIN WordPress

Options +Followsymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


CheckSpelling On

# END WordPress

and the following permalink:

/%year%/%monthnum%/%postname%

But now i&#039;ve moved the blog to www.mydomain.com/blog and it doesn&#039;t work at all.

I&#039;ve tried creating a new site on the same hosting (all of the above mentioned sites are hosted on the same reseller hosting cp - windows) and again setting the blog up in the /blog subfolder, with htaccess in that subfolder (i&#039;ve even copied and pasted the exact same one from your example above) and it doesn&#039;t work - file not found.

Why would it work prefectly on the root of 4 or 5 sites but not in a subfolder?

Great plugin, any help is greatly appreciated</description>
		<content:encoded><![CDATA[<p>Ok so i have installed this plugin successfully on the root of a site and on a subdomain of another site using the following .htaccess in the root of the site/subdomain:</p>
<p># BEGIN WordPress</p>
<p>Options +Followsymlinks<br />
RewriteEngine On<br />
RewriteBase /<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>and the following permalink:</p>
<p>/%year%/%monthnum%/%postname%</p>
<p>But now i&#8217;ve moved the blog to <a href="http://www.mydomain.com/blog" rel="nofollow">http://www.mydomain.com/blog</a> and it doesn&#8217;t work at all.</p>
<p>I&#8217;ve tried creating a new site on the same hosting (all of the above mentioned sites are hosted on the same reseller hosting cp &#8211; windows) and again setting the blog up in the /blog subfolder, with htaccess in that subfolder (i&#8217;ve even copied and pasted the exact same one from your example above) and it doesn&#8217;t work &#8211; file not found.</p>
<p>Why would it work prefectly on the root of 4 or 5 sites but not in a subfolder?</p>
<p>Great plugin, any help is greatly appreciated</p>
]]></content:encoded>
	</item>
</channel>
</rss>
