Hi, Thanks for the input. Its all because of my misunderstanding of how the URL is handled by apache. Apache does not allow multiple slashes in the path portion of the URL. (It seems there are some security underpinnings, which I did not understand). And there seems to be no way to turn it off.
My idea was to let someone do, www.xyz.com/post/URL, to take the user to a form preloaded with the URL (so the user can just copy past the url he wants and put it in place of URL in the above link). Since, this is not possible, I have resorted to, www.xyz.com/post/?URL, since in this case URL becomes part of the parameter portion. Thanks, Venkat On Dec 11, 4:06 am, l5x <[EMAIL PROTECTED]> wrote: > If the example from Rajesh isn't working maybe you should do sth like > that: > > /post/<protocol>/<the_rest> ? > > For example: > > /post/http/google.com > > Then join it 'http' + '://' + 'google.com' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

