I have an page with multiple parameters. Is it possible to change the url's like below using htaccess or using php.
http://example.com/result.php?year=2012
Change To
http://example.com/year-2012
http://example.com/result.php?category=naturals
Change To
http://example.com/category-naturals
http://example.com/result.php?year=2012&category=naturals
Change To
http://example.com/year-2012/category-naturals