How to remove the controller/method for cleaner URL in codeIgniter.
The original url is below
www.mydomain.com/controllers/method/variable
and I want my url look like this
www.mydomain.com/variable
or
www.mydomain.com/friendly-url-description/5
where 5
is key or id of the table, and the friendly-url-description is description of the value. please help guys.