Default library Pagination of Codeiniter use segment with url like this : products/list/1
But , i want config paging use query string.
I have try enable $config['page_query_string'] = TRUE but result is products/list&page=1
Then , it is not format of query string, i want link paging is : products/list?page=1
Please help me ;(