> > HTTPRequest is looking at the SCRIPT_NAME environment variable. > According > to the mod_rewrite documentation, SCRIPT_NAME is set to the physical > path of > the script being run; the non-standard SCRIPT_URL holds the requested > path > (e.g. "/foo/bar/"). Perhaps HTTPRequest.get_path() should check for > SCRIPT_URL and use it if present. That's explains a lot, thank you! > >> In that case, how do you people redirect without hardcoding >> the url? > > I do it by not using mod_rewrite. :) :)) I love friendly url's and I thought that searchengines love them too... Ksenia.