[pmwiki-users] help - installation not working

H. Fox haganfox at users.sourceforge.net
Thu Mar 16 18:12:40 CST 2006


On 3/16/06, Robin Sheat <robin at kallisti.net.nz> wrote:
> On Friday 17 March 2006 11:15, Josh Lawrence wrote:
> > in haste, but I am under the gun to get this wiki up and running, and
> > I'm having a problem.
> Err, BTW, I just had a look at your wiki, and it works fine for me.

Same here.  I think the the .htaccess file in your site's document
root is getting in the way.  Here's a guess at the lines you'll need
to add to it:

# Send requests without parameters to pmwiki.php.
RewriteRule ^/wiki$           wiki/pmwiki.php  [L]
# Send requests to pmwiki.php, appending the query string part.
RewriteRule ^/wiki([^/a-z].*) wiki/pmwiki.php?n=$1  [QSA,L]

Then you can put these in local/config.php

## Use "Clean URLs".
$EnablePathInfo = 1;
$ScriptUrl = "http://www.hardbop200.com/wiki";

Hagan




More information about the pmwiki-users mailing list