"Daniel S. Reichenbach" wrote:
>
> Hy,
>
> just being curious: the /topic/ folder on the midgard-project.org site.
> How is it done? I would like to use something similar, seems like
> a good way to avoid hard coded folders.
It's an 'active page'. Active pages will service any URL that's below
them unless overruled by an explicit midgard page below them. If
/topic/ is an active page, being called with
/topic/with/a/string/of/parameters/like/2389502.html,
you will have an array named argv available with
$argv=array("topic","with","a","string","of","parameters","like","2389502");
during page execution. The topic page uses it's parameter to fetch a
topic and display it.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]