On Wed, Mar 11, 2009 at 2:50 PM, RavenJade2006 <ravenjade2...@gmail.com> wrote: > Is it because I did not put it in through the admin section? Or is it > because the page I am trying to redirect from still actually exists?
Assuming you're using Django's built-in redirect app (http://docs.djangoproject.com/en/dev/ref/contrib/redirects/), it's the later: that app doesn't redirect away from pages that exist. >From the docs: "Each time any Django application raises a 404 error, this middleware checks the redirects database for the requested URL as a last resort." Notice that this only happens when an application's already raised a 404 error, i.e. already reported an invalid URL. Jacob --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---