<?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>WordPress and PHP Developer</description>
	<lastBuildDate>Fri, 24 Feb 2012 04:15:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: andy</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-2#comment-810</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Mon, 21 Nov 2011 17:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-810</guid>
		<description>I honestly am not sure. I do not have an environment running IIS 6 anymore and most likely MS has dropped support since IIS 7 is out. I no longer work with Windows hosting and WordPress as it&#039;s proved far too troublesome.</description>
		<content:encoded><![CDATA[<p>I honestly am not sure. I do not have an environment running IIS 6 anymore and most likely MS has dropped support since IIS 7 is out. I no longer work with Windows hosting and WordPress as it&#8217;s proved far too troublesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-2#comment-769</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 04 Oct 2011 17:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-769</guid>
		<description>Andy,
Will this work if WP is not on standard port (80)?</description>
		<content:encoded><![CDATA[<p>Andy,<br />
Will this work if WP is not on standard port (80)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-2#comment-728</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Fri, 03 Jun 2011 18:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-728</guid>
		<description>I installed your plugin and have isapi 3 running with your code:

# You should be able to use this as a .htaccess file
# with ISAPI Rewrite 3.0
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]

the pages seem to all be rewriting to the home page. www.imailroom.ca

I have a page www.imailroom.ca/test and it stays like this in the url but shows the home page instead



http://www.helicontech.com/cms_articles/wordpress.htm</description>
		<content:encoded><![CDATA[<p>I installed your plugin and have isapi 3 running with your code:</p>
<p># You should be able to use this as a .htaccess file<br />
# with ISAPI Rewrite 3.0<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule .* /index.php [L]</p>
<p>the pages seem to all be rewriting to the home page. <a href="http://www.imailroom.ca" rel="nofollow">http://www.imailroom.ca</a></p>
<p>I have a page <a href="http://www.imailroom.ca/test" rel="nofollow">http://www.imailroom.ca/test</a> and it stays like this in the url but shows the home page instead</p>
<p><a href="http://www.helicontech.com/cms_articles/wordpress.htm" rel="nofollow">http://www.helicontech.com/cms_articles/wordpress.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helpful Tech Link Bouillabaise &#124; Astek Blog</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-724</link>
		<dc:creator>Helpful Tech Link Bouillabaise &#124; Astek Blog</dc:creator>
		<pubDate>Thu, 26 May 2011 22:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-724</guid>
		<description>[...] Get WordPress Permalinks Working with Windows, IIS, and ISAPI Rewrite Got WordPress running on a Windows server? Then you should have ISAPI Rewrite and the configuration described in this article to get your blog’s permalinks in a much more search engine (and human) friendly format. We also have ISAPI Rewrite working on our server to get pretty URLs working in Drupal. [...]</description>
		<content:encoded><![CDATA[<p>[...] Get WordPress Permalinks Working with Windows, IIS, and ISAPI Rewrite Got WordPress running on a Windows server? Then you should have ISAPI Rewrite and the configuration described in this article to get your blog’s permalinks in a much more search engine (and human) friendly format. We also have ISAPI Rewrite working on our server to get pretty URLs working in Drupal. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rex</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-667</link>
		<dc:creator>Rex</dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-667</guid>
		<description>Hi Andy,

When I write something specific, like:
RewriteRule ^about/vision/ /index.php/about/vision [L]
It works specifically for this page.

But when I try something dynamic, like:
RewriteRule ^(.*)/(.*)/ /index.php/$1/$2/ [L]
It doesn&#039;t work at all, just results in a 404.

What is interesting, though, is if I take out the 2nd part, the custom wordpress 404 page doesn&#039;t come up - just the default browser 404. When I leave it, it does.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>When I write something specific, like:<br />
RewriteRule ^about/vision/ /index.php/about/vision [L]<br />
It works specifically for this page.</p>
<p>But when I try something dynamic, like:<br />
RewriteRule ^(.*)/(.*)/ /index.php/$1/$2/ [L]<br />
It doesn&#8217;t work at all, just results in a 404.</p>
<p>What is interesting, though, is if I take out the 2nd part, the custom wordpress 404 page doesn&#8217;t come up &#8211; just the default browser 404. When I leave it, it does.</p>
<p>Any thoughts?</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-655</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Thu, 03 Feb 2011 15:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-655</guid>
		<description>And you have ISAPI Rewrite 3 installed and working properly? That&#039;s key.</description>
		<content:encoded><![CDATA[<p>And you have ISAPI Rewrite 3 installed and working properly? That&#8217;s key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dexter</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-652</link>
		<dc:creator>Dexter</dc:creator>
		<pubDate>Wed, 02 Feb 2011 15:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-652</guid>
		<description>Hey I am having struggle getting permalink working.. 
my permalink looks like:
/%year%/%monthnum%/%postname%/
tried various things in .htaccess file:
1) Cant even access the blog - 404
Options +Followsymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

Or

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /index.php [L]

None of these work. Your plugin is activated. Any ideas whats wrong with my RewriteRule?</description>
		<content:encoded><![CDATA[<p>Hey I am having struggle getting permalink working..<br />
my permalink looks like:<br />
/%year%/%monthnum%/%postname%/<br />
tried various things in .htaccess file:<br />
1) Cant even access the blog &#8211; 404<br />
Options +Followsymlinks<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p>Or</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule .* /index.php [L]</p>
<p>None of these work. Your plugin is activated. Any ideas whats wrong with my RewriteRule?</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-646</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Fri, 14 Jan 2011 17:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-646</guid>
		<description>@Gary my plugin simply sets the proper $_SERVER variables from an IIS6/ISAPI_Rewrite to allow permalinks to work properly. You&#039;d need to contact Helicon&#039;s support about what specific directives will work in the .htaccess file – that&#039;s assuming you&#039;re using Helicon&#039;s ISAPI Rewrite software on your server, which is probably not the case if you&#039;re using IIS 7.</description>
		<content:encoded><![CDATA[<p>@Gary my plugin simply sets the proper $_SERVER variables from an IIS6/ISAPI_Rewrite to allow permalinks to work properly. You&#8217;d need to contact Helicon&#8217;s support about what specific directives will work in the .htaccess file – that&#8217;s assuming you&#8217;re using Helicon&#8217;s ISAPI Rewrite software on your server, which is probably not the case if you&#8217;re using IIS 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-645</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 14 Jan 2011 13:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-645</guid>
		<description>Andy .. I have a question.

I am curious if this plugin will or will not do what I am looking for.

Basically, I want to be able to secure my Wordpress website (running on a Windows 2008 server, with IIS7) in the same way that I would, if it was on a Linux server (by adding changes to the .htaccess file on a Linux server). 

Example:

1.  Copy and paste the following code into your .htaccess file to deny access to your wp-config.php file.

# protect wpconfig.php

order allow,deny
deny from all


# to protect the .htaccess file itself:

order deny,allow
deny from all


2.  And things like .. how to protect WordPress from content scrappers

RewriteEngine On
RewriteCond %{HTTP_REFERRER} !^http://(.+\.)?testsite\.com/ [NC]
RewriteCond %{HTTP_REFERRER} !%$
RewriteRule .*\.(jpe?g&#124;gif&#124;bmp&#124;png)$ /images/nohotlink.jpg [L]


3.  And how to prevent script injections like this:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} (\&#124;%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=&#124;\[&#124;\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=&#124;\[&#124;\%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]

So .. 

I want to know if and how your plugin would allow me to simply update and add the above type of code to the .htaccess file (and have it work on my Windows 2008 Server with IIS7) in the same way it would work on a Linux server.

If your plugin will not do this, can you provide any suggestions?

Thanks,
Gary</description>
		<content:encoded><![CDATA[<p>Andy .. I have a question.</p>
<p>I am curious if this plugin will or will not do what I am looking for.</p>
<p>Basically, I want to be able to secure my WordPress website (running on a Windows 2008 server, with IIS7) in the same way that I would, if it was on a Linux server (by adding changes to the .htaccess file on a Linux server). </p>
<p>Example:</p>
<p>1.  Copy and paste the following code into your .htaccess file to deny access to your wp-config.php file.</p>
<p># protect wpconfig.php</p>
<p>order allow,deny<br />
deny from all</p>
<p># to protect the .htaccess file itself:</p>
<p>order deny,allow<br />
deny from all</p>
<p>2.  And things like .. how to protect WordPress from content scrappers</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERRER} !^http://(.+\.)?testsite\.com/ [NC]<br />
RewriteCond %{HTTP_REFERRER} !%$<br />
RewriteRule .*\.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpg [L]</p>
<p>3.  And how to prevent script injections like this:</p>
<p>Options +FollowSymLinks<br />
RewriteEngine On<br />
RewriteCond %{QUERY_STRING} (\|%3E) [NC,OR]<br />
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]<br />
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})<br />
RewriteRule ^(.*)$ index.php [F,L]</p>
<p>So .. </p>
<p>I want to know if and how your plugin would allow me to simply update and add the above type of code to the .htaccess file (and have it work on my Windows 2008 Server with IIS7) in the same way it would work on a Linux server.</p>
<p>If your plugin will not do this, can you provide any suggestions?</p>
<p>Thanks,<br />
Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Greasley</title>
		<link>http://theandystratton.com/2009/get-wordpress-permalinks-working-with-windows-iis-and-isapi-rewrite/comment-page-1#comment-377</link>
		<dc:creator>Jay Greasley</dc:creator>
		<pubDate>Thu, 02 Dec 2010 14:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://theandystratton.com/?p=111#comment-377</guid>
		<description>Hi Andy,

I just wondered if you have tried this using Helicon Ape instead of/as well as ISAPIRewrite installed on the server?

TIA

Jay</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>I just wondered if you have tried this using Helicon Ape instead of/as well as ISAPIRewrite installed on the server?</p>
<p>TIA</p>
<p>Jay</p>
]]></content:encoded>
	</item>
</channel>
</rss>

