I'm writing a simple news site. I want that the URL will be something like this:
http://domain.com/killing-puts-focus-on-crimes-against-latinos
...instead of the basic Controller-View-ID structure. I do not want something like:
http://domain.com/news/killing-puts-focus-on-crimes-against-latinos
How can I do this?
Thanks.