skip to Main Content

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?

VIEW QUESTION

CodeIgniter GET method and SEO friendly URLs

In my web page search input I am using the get method, and the URL is something like this www.example.com/search?city=example&service=example2, but I want a URL like this www.example.com/search/example/example2; how can I convert? Or maybe there is some other solution to…

VIEW QUESTION
Back To Top
Search