<?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>Comentários sobre: Nginx rewrite for Wikka Wiki</title>
	<atom:link href="http://www.coding.com.br/blog/nginx-rewrite-for-wikka-wiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coding.com.br/blog/nginx-rewrite-for-wikka-wiki/</link>
	<description>have you coded today?</description>
	<lastBuildDate>Thu, 11 Aug 2011 16:04:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: Javi</title>
		<link>http://www.coding.com.br/blog/nginx-rewrite-for-wikka-wiki/comment-page-1/#comment-429</link>
		<dc:creator>Javi</dc:creator>
		<pubDate>Wed, 16 Feb 2011 09:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.coding.com.br/?p=1104#comment-429</guid>
		<description>My two cents, i added a rewrite condition apart from yours. I wanted to remove the wikka.php form the urls, so added a condition after the one you put to rewrite urls that does not contains wikka.php and converts them wiki php call. This way i can navigate through the wiki using links like www.wakkawiki.com/HomePage


        if (!-e $request_filename) {
                rewrite ^/images/(.*)$ /images/$1 break;
                rewrite ^/templates/(.*)$ /templates/$1 break;
                rewrite ^/3rdparty/plugins/freemind/(.*)$ /3rdparty/plugins/freemind/$1 break;
                rewrite ^/3rdparty/plugins/wikkaedit/(.*)$ /3rdparty/plugins/wikkaedit/$1 break;
                rewrite ^/(.*)$ /wikka.php?wakka=$1 break;
                break;
        }

        if ($request_filename !~*  wikka.php) {
                rewrite ^(.*)$ wikka.php?wakka=$1 break;
                break;
        }

Bye !
Javi</description>
		<content:encoded><![CDATA[<p>My two cents, i added a rewrite condition apart from yours. I wanted to remove the wikka.php form the urls, so added a condition after the one you put to rewrite urls that does not contains wikka.php and converts them wiki php call. This way i can navigate through the wiki using links like <a href="http://www.wakkawiki.com/HomePage" rel="nofollow">http://www.wakkawiki.com/HomePage</a></p>
<p>        if (!-e $request_filename) {<br />
                rewrite ^/images/(.*)$ /images/$1 break;<br />
                rewrite ^/templates/(.*)$ /templates/$1 break;<br />
                rewrite ^/3rdparty/plugins/freemind/(.*)$ /3rdparty/plugins/freemind/$1 break;<br />
                rewrite ^/3rdparty/plugins/wikkaedit/(.*)$ /3rdparty/plugins/wikkaedit/$1 break;<br />
                rewrite ^/(.*)$ /wikka.php?wakka=$1 break;<br />
                break;<br />
        }</p>
<p>        if ($request_filename !~*  wikka.php) {<br />
                rewrite ^(.*)$ wikka.php?wakka=$1 break;<br />
                break;<br />
        }</p>
<p>Bye !<br />
Javi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
