if you just want to redirect because of a new location for that content, or to shorten/change a uri you can use htaccess for a mod rewrite (google).
if you are accepting variables through a query string like (artist=8), you can have php get some info from a database like (exampleartist) and then do a header redirect (google)
Bookmarks