On Saturday 23 April 2011 22:55:42, James M wrote : > I use .htaccess to make clean urls. The odd thing is that "pmwiki.php" > is inserted in the url. ... > But when I then click on one of the links I get (for example) > www.example.com/macc20/pmwiki.php/PmWiki/BasicEditing > > Any suggestion of where the extra pmwiki.php comes from?
Hello. In your macc20/local/config.php, set the $ScriptUrl variable: $ScriptUrl = "http://www.example.com/macc20/"; Your .htaccess file looks ok, it should be placed in the macc20 directory. Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
