URI routing in codeigniter
- by yaya3
I have my CI site working well except the URL's are a bit ugly.
What approach should I take to enable me to route what is displaying at:
http://domain.com/content/index/6/Planning
to the url:
http://domain.com/Planning
I'm confused about whether this should be be done in the routes file or in my .htaccess
Thanks