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
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
participants (2)
-
E. Seifert -
Wade Leftwich