<?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: PmWiki Clean URLs on nginx</title>
	<atom:link href="http://www.pbandjelly.org/2009/11/pmwiki-clean-urls-on-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pbandjelly.org/2009/11/pmwiki-clean-urls-on-nginx/</link>
	<description>a blog for sprout!  (and her geek dad..)</description>
	<lastBuildDate>Fri, 30 Dec 2011 21:02:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marc</title>
		<link>http://www.pbandjelly.org/2009/11/pmwiki-clean-urls-on-nginx/comment-page-1/#comment-24658</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 23 Apr 2011 13:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.pbandjelly.org/?p=270#comment-24658</guid>
		<description>This, and your previous PmWiki/nginx post, are an excellent quickstart to getting PmWiki running in a clean fashion on nginx. Thanks a lot.

Two things:

1. config.php lives in /local not / (wiki root). So you want 

  cp pmwiki/docs/sample-config.php pmwiki/local/config.php

2. /docs can be deleted after installation. So, I just added it to the deny all list:

  # configs from pmwiki .htaccess files
  location ~ ^/(cookbook&#124;docs&#124;local&#124;scripts&#124;wiki.d&#124;wikilib.d) {
    deny all;
  }

Thanks again for saving me a lot of time.</description>
		<content:encoded><![CDATA[<p>This, and your previous PmWiki/nginx post, are an excellent quickstart to getting PmWiki running in a clean fashion on nginx. Thanks a lot.</p>
<p>Two things:</p>
<p>1. config.php lives in /local not / (wiki root). So you want </p>
<p>  cp pmwiki/docs/sample-config.php pmwiki/local/config.php</p>
<p>2. /docs can be deleted after installation. So, I just added it to the deny all list:</p>
<p>  # configs from pmwiki .htaccess files<br />
  location ~ ^/(cookbook|docs|local|scripts|wiki.d|wikilib.d) {<br />
    deny all;<br />
  }</p>
<p>Thanks again for saving me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Gilman</title>
		<link>http://www.pbandjelly.org/2009/11/pmwiki-clean-urls-on-nginx/comment-page-1/#comment-24412</link>
		<dc:creator>Jason Gilman</dc:creator>
		<pubDate>Tue, 21 Sep 2010 16:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pbandjelly.org/?p=270#comment-24412</guid>
		<description>Thanks for this nginx configuration info. It got me pointed in the right direction, but there&#039;s a problem with your rewrites when pmwiki is at the root level that tripped me up for quite a while. The following rewrite works except in the case of the base URL (about to check if creating an index.php will resolve that): rewrite ^/(.*)$ /pmwiki.php?n=$1</description>
		<content:encoded><![CDATA[<p>Thanks for this nginx configuration info. It got me pointed in the right direction, but there&#8217;s a problem with your rewrites when pmwiki is at the root level that tripped me up for quite a while. The following rewrite works except in the case of the base URL (about to check if creating an index.php will resolve that): rewrite ^/(.*)$ /pmwiki.php?n=$1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbandjelly.org › PmWiki Clean URLs on nginx Pmwiki</title>
		<link>http://www.pbandjelly.org/2009/11/pmwiki-clean-urls-on-nginx/comment-page-1/#comment-21544</link>
		<dc:creator>pbandjelly.org › PmWiki Clean URLs on nginx Pmwiki</dc:creator>
		<pubDate>Tue, 19 Jan 2010 06:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pbandjelly.org/?p=270#comment-21544</guid>
		<description>[...] the rest here: pbandjelly.org › PmWiki Clean URLs on nginx      &#160; &#160;Posted in Uncategorized &#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] the rest here: pbandjelly.org › PmWiki Clean URLs on nginx      &nbsp; &nbsp;Posted in Uncategorized &nbsp; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

