We figured it out by looking in the mod_python handler and the mod_python docs. What we were looking for was in request._req actually (through the mod_python handler), so thanks for that tip. It was the request._req.unparsed_uri attribute. It gives you the unadulterated originally requested url. Just in case anyone else stumbles across this post, to save you time, here is the mod_python doc in pdf form: http://www.modpython.org/live/current/modpython.pdf
The APPEND_SLASH setting will come in handy though as well, actually. Much appreciated. Thanks, Brandon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

