Andrey Subbotin <[EMAIL PROTECTED]> wrote: > Hmm, would anyone please explain to me how active pages differ from > normal pages? >
http://www.midgard-project.org/manual/en/part.concepts.midgardserved.php Examples: Static page www.domain.com/news/article "news" is a static page and if "article"subpage doesn't exist , Apache returns 404 error Active page www.domain.com/news/article "news" is an active page so "article" is variable $argc = 1 and $argv[0] = 'article' Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
