How can I change this URL generated from submitting the form-
http://localhost:8000/estates?zone=London&type=villa
to this URL:
http://localhost:8000/estates/London/villa
Need to make the URL more friendly for search engines.
I get the zone and villa from input fields in a form in
localhost:8000/estates
When I submit the form I get a URL like this-
localhost:8000/estates?zone=London&type=villa
Instead of above I would like to have this URL when I submit the form-
localhost:8000/estates/London/villa