Hello! I have a website with a list of schools, in the next url I list all scools from a region, for example, here you can see all schools from "León":
http://www.centroseducacion.com/leon/ This page is cacheable. Now, if I produce an error 404 like that: http://www.centroseducacion.com/lion/ The first time that someone visit this error page, Symfony send headers HTTP 404, it is correct. But the second time that someone visit this same error page, Symfony send headers HTTP OK 200. This problem is caused because Symfony thinks that this page is a region and first of all Symfony goes to module regions, and this module is cacheable. How do I solve this problem? I need enable cache in this module but error page 404 should not be in cache. Thank you so much! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en