On Wed, 24 May 2000, Frank Boehme wrote:

> But there is ambiguity. Suppose I have the hierarchy
> 
>    thispage/sub-page
> 
> whith thispage being active. What happens if someone tries to load
> 
> thispage/sub-page.html ?
> 
> Will he get sub-page or thispage with $argv[0]=="sub-page.html" ?
> Is there some precedence system to solve ambiguity?

Midgard starts out by stripping the trailing '.html'. Then a search is
done to find the closest match to a page record. In this case the subpage
matches but doesn't end in a '/' so Midgard sends a redirect for
thispage/subpage/

Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to