Seo-friendly url in CodeIgniter
I've created a filter method for filtering the products list. This is my URL: localhost/myshop/products/filter?category=shirts&color=blue&page=1 But I want to show this way: localhost/myshop/products/shirts/blue/1 How can I achieve it?