[pmwiki-users] Moving pmwiki

pmwiki at 911networks.com pmwiki at 911networks.com
Sun Aug 1 18:33:08 CDT 2010


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



More information about the pmwiki-users mailing list