I want to place an index.php in my top-level directory that redirects
the browser to /pmwiki/pmwiki.php, including all parameters. Simply
putting this:
<?php include('pmwiki/pmwiki.php');
doesn't appear enough -- I think I actually need to change the directory?
~ ~ Dave