I'd like to know how to do the URL rewriting using .htaccess file. My web application is based on PHP CodeIgniter and I am going to implement the SEF function.
Current URL is
http://localhost/index.php/sale/list
In this URL, "sale" is a controller name and "list" is a method name.
I'd like to replace the URL with http://localhost/index.php/product-sales/list
I would think this can be done easily with .htaccess file if you know .htaccess well.
Thanks for your attention and time. Regards,