I have a problem when submitting a form and send the params with get method.
In browser address bar it shows not friendly url, like: -http://www.myDomainApp.com/app_dev.php/user/list?limit=10&offset=0
and I expected some like: -http://www.myDomainApp.com/app_dev.php/user/list/10/0
Anybody knows why, and how can I do the friendly url?
I found an explanation here of my problem, but I think this is not symfony 2.x. PS : I am using yml files for routing not annotations.
Please help.