31 May
2001
31 May
'01
5:43 a.m.
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