URL Router
Regex based URL re-routing
Browse
Description
This is a simple regex based URL re-routing plugin. It stores a set of "from" and "to" pairs which allow URL fiddling before the page is resolved and dispatched.
These URL routes are created and edited on the preferences page.
It uses regex compatible with the PHP "preg" functions, which to the best of my knowledge is standard PERL compatible regex.