[pmwiki-users] Problems with setting up farms?
Ian Barton
lists at manor-farm.org
Wed Mar 8 06:04:43 CST 2006
> <?php include('localhost/fastwiki/system/pmwiki.php'); ?>
You didn't say what OS or web server you are using, but I guess that
line is your problem. I would expect that localhost isn't a directory on
your web server.
<?php include('/fastwiki/system/pmwiki.php'); ?>
would look for a directory /fastwiki/system starting at your webserver's
root directory.
Ian.
More information about the pmwiki-users
mailing list