I have a views which filters films by genre and year, however the client would like urls in the following format:
/films/comedy/2009
however views is outputing the url like:
/films?genre=3&year=22
Any way to get round this?
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
11 months ago
viewed
44 times