Am Donnerstag, 4. November 2004 12:39 schrieb Michele Simionato: > 1. Fist of all, FIX_TRAILING_SLASH > should be set to 1 by default, it made > me waste some time until I figured out > what was happening by trial and errors. Hi, No, please not. There is a difference between http:/.../foo/bar and http:/.../foo/bar/ The first: Method "bar" of object "foo" is called. The second: _q_index() of object "bar" is called. BTW, I think the alpha version of quixote2 is only for those who want to test the new unicode support (and maybe other stuff). Otherwise use quixote1. Thomas