Let's take this page: /page
And request this url: /page/test1/test2
Normal: The page will return 404 (If I remember correctly)
Active: Page will display and you got te $argv array vontaingin:
$arg[0] = "test1"
$argv[1] = test2
and $argc = 2

Se also:
http://www.midgard-project.org/manual/en/part.concepts.midgardserved.php

Tarjei


Francois Dumais wrote:
> 
> The "page cannot be displayed" problem is settled, forget it!!
> 
> But I am still interested in the normal and active stuff.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to