I need to create a custom routing for this url: /par1/par2/par3/par99/11
The url must redirect to home/index/11 11 is the Id,i need only this parameter, the other parameter (par1/par2/...) are only for SEO purpose and could be any word.
par1,par2,etc.. are created dinamically , so the Url could be: /par1/par2/11 or /par1/par2/par3/111 or /par1/3
etc...
thank you