Is there a way, to have multiple routes go through to the same module ? I have tried adding the
addModuleRoutes(pattern="/blog", module="test");
to the config/Router.cfc But I just always get the error
Error loading module routes as the module requested 'test' is not loaded.
Does anyone know why the module is not being loaded ?