Just a guess: Did you use
$WikiDir = new PageStore('wiki.d/{$Group}/{$FullName}');
before, too? If not, the files need to be moved into subdirectories
according to group.Anke On 2 August 2010 01:33, <[email protected]> wrote: > Hi, > > I've been trying unsuccessfully to move my pmwiki website: > 911networks.com to the same domain but 911networks.com/pm1 > > 1. I've moved everything there > 2. The root directory will be empty > 3. Changed local/config.php to: > > $ScriptUrl = 'http://www.abc.com/pm1'; > $FarmPubDirUrl = $PubDirUrl = 'http://www.abc.com/pm1/pub'; > $WikiDir = new PageStore('wiki.d/{$Group}/{$FullName}'); > > $UploadPrefixFmt = '/{$Group}'; # uploads by group > $UploadDir = 'pm1/uploads/'; # moved to pm1/uploads > > I can get to the home page of: "abc.com/pm1/index.php" but I > can't get to any other page. I get "404 page not found". And the > 2 images on the home page do not show up either. > > What am I missing? > > -- > Thanks > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > -- ankewehner.deviantart.com _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
