[pmwiki-users] Directory
Petko Yotov
5ko at free.fr
Tue Sep 4 01:15:39 CDT 2007
On Tuesday 04 September 2007, Mark Trumpold wrote:
> Hi Guys
>
> I know that this is a permissions thing but what is it?
>
> If you type www.mydomian.com/itgswiki/
>
> I can see the directory and navigate to any of the folders and their
> contents. How do I stop that being public?
Assuming that your pmwiki installation is in that directory, and the file
pmwiki.php is there: create a file named "index.php" in that directory, and
write in this file:
<?php
include("pmwiki.php");
The very first line should be "<?php" without any spaces or characters before
it.
Thanks,
Petko
More information about the pmwiki-users
mailing list