[pmwiki-users] Localhost Farm

Monte Padget m_padget at hotmail.com
Sat Nov 10 16:01:24 PST 2018


I have successfully created a farm with about half a dozen wikis running on a web server. I downloaded them and attempted to set them up locally to test some additional Cookbooks. When I tried to run, using XAMPP, the main Farm wiki works well, with some updates, but the additional ones do not. The skin is will not change for the farmed sites won't accept their different skin, nor will the page title. I tried to create a vanilla farm and found the same issue.

main config.php
$WikiTitle = 'Cham Wiki';

farmconfig.php
<?php if (!defined('PmWiki')) exit();
$FarmPubDirUrl = 'http://127.0.0.1/Farms/main/pub';

Sub config.php
<?php if (!defined('PmWiki')) exit();
  ## Title of your farmed wiki
  $WikiTitle = 'New Wiki';

Both wikis show 'Cham Wiki' as the title.

Is there a conflict with XAMPP or localhost/127.0.0.1? What else am I missing?

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20181111/56f9613d/attachment.html>


More information about the pmwiki-users mailing list