I'm building an online music store and I'm having trouble displaying the info page for a single album.
I want the url
to look something like this: www.musicshop.com/albums/artist_name/album_name
How can I map this kind of url
to a Controller and how can I pass the id
of the album (without showing it in the url
)?