I want to ignore all *.php requests to my server.
Now I can ignore .php requests on the root
routes.IgnoreRoute("{resource}.php");
How to ignore there requests everywhere, like this:
www.site.com/products/index.php
www.site.com/clients/africa/info.php