[pmwiki-users] Why doesn't this installation sequence work?

H. Fox haganfox at users.sourceforge.net
Tue Mar 21 15:50:31 CST 2006


On 3/21/06, christian.ridderstrom at gmail.com
<christian.ridderstrom at gmail.com> wrote:
> The reason for the structure is that I'd like to have as little as
> possible in directories that are accessible through the web. Basically I
> don't trust .htaccess (or me being able to configure it properly...).
>
> Putting stuff outside the web tree then makes sense to me.

You can easily move the wiki pages outside the web tree.

    ## Store wiki pages outside the web document tree.
    $WorkDir = '/some/path/to/wiki.d';
    $WikiDir = new PageStore('/some/path/to/wiki.d/$FullName');

Hagan




More information about the pmwiki-users mailing list