I know that you use .htaccess in the document-root directory in standard apache. What if I use Django? Can someone give me step by step how to create a custom 404 page?
THanks.
I know that you use .htaccess in the document-root directory in standard apache. What if I use Django? Can someone give me step by step how to create a custom 404 page?
THanks.
In general the Django documentation is really great. Have a look at the Django Book for a great intoduction to Django. They cover the 404 page in chapter 3