On 6/29/06, Kristoffer <[EMAIL PROTECTED]> wrote: > > > Hi all, > > Is there a simple way of redirecting the user to another location in > case of a 404 or a 500 error, like /mysite/global404.html and > /mysite/global500.html, respectively, instead of showing the standard > 404 and 500 templates? >
If you have files 404.html and 500.html in your base templates directory, those will get used whenever a 404/500 happens. Is that what you're looking for? Jay P. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

