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