[Zope] Dispensing with querystring?
E. Seifert
e.seifert@gmx.net
Thu, 31 May 2001 07:43:22 +0200
Hi Wade,
Wade Leftwich wrote:
> I've got an application that has Urls like this:
>
> www.myzopesite.com/article?id=42
>
> Is it possible to rewrite the 'article' object so that a Url like this
> => www.myzopesite.com/article/42.html <= will work?
>
> That is, I don't want 'article' to try to acquire '42.html' anywhere; I
want
> it to process id=42.
I'm using PathHandler product for such things.
You can get it from http://www.zope.org/Members/NIP/PathHandler
Bye
Eric