I am beginner on Codeigniter
so I need help.
I am making blog site with Codeigniter
and I don't know how to hide controller class, and ID from URL.
Like I have generated following URL: http://localhost/codeigniter/index.php/content/some-title/123.
content
is my controller class name.some-title
is my article title.123
is my article id.
I want to keep only title to show.
For example: http://localhost/codeigniter/index.php/some-title.
Any help would be appreciated!!!