[pmwiki-users] Redirect from root to sub-dir in .php

Hans design at softflow.co.uk
Wed Dec 21 14:41:20 CST 2005


Wednesday, December 21, 2005, 8:33:26 PM, DaveG wrote:
> 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?

yes, try
<?php chdir("pmwiki"); include("pmwiki.php"); ?>


Best, 
~Hans                           






More information about the pmwiki-users mailing list