On Apr 23, 10:13 am, plungerman <[EMAIL PROTECTED]> wrote: > greetings, > > i am attempting to do a simple redirect using django's redirect > middleware. everything works fine if you want to redirect from one > distinct URI to another, for example, > > /big/ --->http://www.example.com/labowski/ > > however, if you want to redirect to a child page in terms of the URI > structure, it does not seem to work for me. for example: > > /about/ --->http://www.example.com/about/broscoen/ > > what we have here, is an about page that is not finished, so we want > folks who request /about/ to go to a subpage but instead you see the / > about/ page.
Steve, I've had a similar problem before, unrelated to redirect middleware, but related to urlconfs. What do your urlconfs look like for the about pages/sub-pages? Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---