<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I've now created a .htaccess file in ./pmwiki/ with your content but same issue.<div>I am running lighttpd and php with a standard config</div><div><br></div><div>BTW: Even&nbsp;<a href="http://myserver/pmwiki/pmwiki.php?action=phpinfo">http://myserver/pmwiki/pmwiki.php?action=phpinfo</a> shows only the mail pmwiki page.</div><div><br></div><div><br></div><div>In lighttpd.conf I use this for the php part</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>cgi.assign = (".php" => "/usr/local/bin/php" ) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>and didn't changed the standard php.ini file.</div><div><br></div><div><br></div><div>Michael</div></div><div><br></div><div><br></div><div><blockquote type="cite">my config.php:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">&lt;?php if (!defined('PmWiki')) exit();<br></blockquote><blockquote type="cite">$WikiTitle = 'PmWiki';<br></blockquote><blockquote type="cite">$ScriptUrl = '<a href="http://myserver/pmwiki/pmwiki.php'">http://myserver/pmwiki/pmwiki.php'</a>;<br></blockquote><blockquote type="cite">$PubDirUrl = '<a href="http://myserver/pmwiki/pub'">http://myserver/pmwiki/pub'</a>;<br></blockquote><blockquote type="cite">$DefaultPasswords['admin'] = crypt('password');<br></blockquote><blockquote type="cite">$EnableGUIButtons = 1;<br></blockquote><blockquote type="cite">$EnableDiag = 1;</blockquote><br></div><div><br></div><div><br></div><div><br></div><div><div><div>Am 20.08.2008 um 16:33 schrieb Tegan Dowling:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On Wed, Aug 20, 2008 at 9:13 AM, Michael Schneider &lt;<a href="mailto:resu-cam@gmx.net">resu-cam@gmx.net</a>> wrote:<br><blockquote type="cite">Tegan Dowling schrieb:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">On Wed, Aug 20, 2008 at 1:41 AM, Michael Schneider &lt;<a href="mailto:resu-cam@gmx.net">resu-cam@gmx.net</a>> wrote:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Tegan Dowling schrieb:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I've seen something that might be similar when the PmWiki install's<br></blockquote><blockquote type="cite">root-level .htaccess file was missing or corrupted -- If you don't<br></blockquote><blockquote type="cite">know how to check for that, post again -- let us know in any case!<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Hi,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I don't know know exactly how to check that.<br></blockquote><blockquote type="cite">These .htaccess files I can see:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">$ find ./pmwiki -name ".htaccess"<br></blockquote><blockquote type="cite">./pmwiki/cookbook/.htaccess<br></blockquote><blockquote type="cite">./pmwiki/docs/.htaccess<br></blockquote><blockquote type="cite">./pmwiki/local/.htaccess<br></blockquote><blockquote type="cite">./pmwiki/scripts/.htaccess<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">That may be the problem, then -- there should be ./pmwiki/.htaccess --<br></blockquote><blockquote type="cite">re-check the files you downloaded from PmWiki for the version that<br></blockquote><blockquote type="cite">should have come with the distribution.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">After downloading <a href="http://pmwiki.org/pub/pmwiki/pmwiki-latest.tgz">http://pmwiki.org/pub/pmwiki/pmwiki-latest.tgz</a> I cannot<br></blockquote><blockquote type="cite">see any .htaccess in ./pmwiki/<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"># ls -a<br></blockquote><blockquote type="cite">. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;README.txt docs &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pmwiki.php scripts<br></blockquote><blockquote type="cite">.. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cookbook &nbsp;&nbsp;local &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pub &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wikilib.d<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">How does it has to look like? (so I can create it by hand)<br></blockquote><br>Mine has this -- I don't know if it matches the distribution version<br>or not -- maybe someone else will confirm:<br><br>RewriteEngine on<br>RewriteRule ^([A-Z].*) /index.php?n=$1 [L,qsappend]<br>RewriteRule ^$ /index.php [L,qsappend]<br>php_flag display_errors off<br></div></blockquote></div><br></div></body></html>