hi i have removeAction() method in my IndexController
so I can access it via localhost/project/application/index/remove i want to pass params to it ... like localhost/project/application/index/remove/id/2/type/material for example but it says 404 not found why automatic routing not works?
