In Magento, I've got a problem with my 404 page not showing up. For example, the following URL will redirect to the home page
http://www.site.com/page_does_not_exist
However, if I add the trailing slash the page will show the correct 404 page:
http://www.site.com/page_does_not_exist/
Has anyone encountered this before?