[pmwiki-users] farm and default skin

Patrick R. Michaud pmichaud at pobox.com
Mon Oct 29 14:14:09 CDT 2007


On Mon, Oct 29, 2007 at 05:10:40PM +0100, jdd wrote:
> I followed the instructions there
> http://www.pmwiki.org/wiki/PmWiki/WikiFarms
> 
> I also browse the list about farm and made a copy of config.php to the 
> local folder of the second wiki,
> 
> made a copy of config.php to farmconfig.php in the main wiki local folder,
> 
> add
> $FarmPubDirUrl = 'http://ks2829.kimsufi.com/srv/www/htdocs/wiki/pub';

This is almost certainly wrong -- urls rarely contain full
pathnames.  You probably want

    $FarmPubDirUrl = 'http://ks2829.kimsufi.com/wiki/pub';

In other words, $FarmPubDirUrl needs to be the _url_ that
accesses the pub/ directory.

Pm



More information about the pmwiki-users mailing list