Interfaces
Classes
PreprocessRules
Rule to prepare the query and add missing information
This rule adds the alias to an ID query parameter and the
category ID if either of them is missing. This requires that
the db table contains an alias column.
This fixes sloppy URLs in the code, but doesn't mean you can
simply drop the alias from the &id= in the future. Cleaning up
every request with this would mean a significant performance impact
« More »