[Moin-user] Correct value for "url_prefix" in "wikiconfig.py"

Fred Drake fdrake at gmail.com
Thu Mar 16 13:07:05 EST 2006


On 3/16/06, Kenneth McDonald <kenneth.m.mcdonald at sbcglobal.net> wrote:
> # This must be '/wiki' for twisted and standalone. For CGI, it should
>     # match your Apache Alias setting.
>     url_prefix = '/home/sites/home/web'
>
> The value I have there right now is my system's DocumentRoot setting.
> the httpd.conf doesn't include an Alias directive, so I'm not quite sure
> what I should do here.

DocumentRoot is a path on the local system; url_prefix is a path
within the browser-accessible web space.  For instance, if your wiki
FrontPage is accessed as

    http://www.example.net/mywiki/FrontPage

then url_prefix should be "/mywiki".


  -Fred

--
Fred L. Drake, Jr.    <fdrake at gmail.com>
"There is no wealth but life." --John Ruskin




More information about the Moin-user mailing list