[pmwiki-users] Re: wiki farm vs individual programs

Hans design at flutesong.net
Fri Jun 3 11:11:30 CDT 2005


Hi Jon, you may try this (from Cookbook.FarmSecurity):

If it is not possible to move the farminstallation out of
the public server space and the server is running Apache
and .htacess can be used try this:
Create a .htacess file in the farm's installation directory
(where pmwiki.php resides) with this:

     Order Deny, Allow
     Deny from All

and create another .htaccess file in the farm's pub/ directory with this:

    Allow from All

The first .htaccess file prevents public access to the farm installation,
including pmwiki.php and the scripts/ and cookbook/ directories.
The second .htaccess file allows browser access to the pub/ directory
and its subdirectories like css/, guiedit/ and skins/. 



Best, 
~Hans                           




More information about the pmwiki-users mailing list