<?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"
	>
<channel>
	<title>Comments on: DokuWiki, IIS, and mod_rewrite</title>
	<atom:link href="http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/</link>
	<description>Culture, faith, technology, art - shaken, not stirred.</description>
	<pubDate>Thu, 24 Jul 2008 07:36:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: DJ</title>
		<link>http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8702</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Thu, 02 Aug 2007 16:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8702</guid>
		<description>&lt;p&gt;www.iismods.com is not up&#38;running anymore.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.iismods.com" rel="nofollow">http://www.iismods.com</a> is not up&amp;running anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8387</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 17 Jul 2007 22:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8387</guid>
		<description>&lt;p&gt;I tried IIS mod-rewrite with Dokuwiki and the clean permalinks with .htaccess worked perfect. No need to change anything in the code.&lt;/p&gt;

&lt;p&gt;Thanks XYZ&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tried IIS mod-rewrite with Dokuwiki and the clean permalinks with .htaccess worked perfect. No need to change anything in the code.</p>
<p>Thanks XYZ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamesvl</title>
		<link>http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8118</link>
		<dc:creator>jamesvl</dc:creator>
		<pubDate>Wed, 13 Jun 2007 23:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8118</guid>
		<description>&lt;p&gt;Thanks for the tip on IIS Mod-Rewrite - I'll check it out and see how it works for us.&lt;/p&gt;

&lt;p&gt;Note for others: It is a commercial production though; but I suppose if you're running an IIS server you're already in the realm of non-open source software and having to pay for licenses.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on IIS Mod-Rewrite - I&#8217;ll check it out and see how it works for us.</p>
<p>Note for others: It is a commercial production though; but I suppose if you&#8217;re running an IIS server you&#8217;re already in the realm of non-open source software and having to pay for licenses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xyz</title>
		<link>http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8088</link>
		<dc:creator>xyz</dc:creator>
		<pubDate>Fri, 08 Jun 2007 14:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8088</guid>
		<description>&lt;p&gt;IIS Mod-Rewrite ( http://www.micronovae.com/ModRewrite/ModRewrite.html ) is fully compatible with Apache mod_rewrite, and also it's Pro version supports .htaccess.&lt;/p&gt;

&lt;p&gt;I tried it with Wordpress and worked perfectly, as if I used it with Apache. I only had to add the following line at the beginning of "wp-settings.php":&lt;/p&gt;

&lt;p&gt;$_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_ORIGINAL_URL'];&lt;/p&gt;

&lt;p&gt;I'm not sure how it works with DokuWiki, but it's worth trying it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>IIS Mod-Rewrite ( <a href="http://www.micronovae.com/ModRewrite/ModRewrite.html" rel="nofollow">http://www.micronovae.com/ModRewrite/ModRewrite.html</a> ) is fully compatible with Apache mod_rewrite, and also it&#8217;s Pro version supports .htaccess.</p>
<p>I tried it with Wordpress and worked perfectly, as if I used it with Apache. I only had to add the following line at the beginning of &#8220;wp-settings.php&#8221;:</p>
<p>$_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_ORIGINAL_URL'];</p>
<p>I&#8217;m not sure how it works with DokuWiki, but it&#8217;s worth trying it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyndsay</title>
		<link>http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8048</link>
		<dc:creator>Lyndsay</dc:creator>
		<pubDate>Thu, 10 May 2007 14:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.nosq.com/blog/2006/01/dokuwiki-iis-and-mod_rewrite/#comment-8048</guid>
		<description>&lt;p&gt;Thanks for a couple of great articles on dokuwiki - they were a huge help in setting my own site.&lt;/p&gt;

&lt;p&gt;FYI, I added a RewriteRule to handle namespace indexes:&lt;/p&gt;

&lt;p&gt;RewriteRule ^/(.&lt;em&gt;)?idx=(.&lt;/em&gt;) /doku.php?idx=$2 [L]&lt;/p&gt;

&lt;p&gt;Also, this plugin provides an even better index:
http://wiki.splitbrain.org/plugin:indexmenu&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for a couple of great articles on dokuwiki - they were a huge help in setting my own site.</p>
<p>FYI, I added a RewriteRule to handle namespace indexes:</p>
<p>RewriteRule ^/(.<em>)?idx=(.</em>) /doku.php?idx=$2 [L]</p>
<p>Also, this plugin provides an even better index:<br />
<a href="http://wiki.splitbrain.org/plugin:indexmenu" rel="nofollow">http://wiki.splitbrain.org/plugin:indexmenu</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
