Is it possible for me to modify wordpress to understand a whole new class of urls?
I going to create a plugin for WP. In the plugin I want all urls that start with /products/ to be handled by my plugin such that all of the displayed content will be generated automatically.
Is this doable? It's fine if it requires hacks. I just need to know how to do it.