[Zope] Dispensing with querystring?

Wade Leftwich wade@lightlink.com
Wed, 30 May 2001 22:10:38 -0400


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.

Any advice appreciated.

Wade Leftwich
Ithaca, NY