URI routing in codeigniter
        Posted  
        
            by yaya3
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by yaya3
        
        
        
        Published on 2010-05-19T18:06:37Z
        Indexed on 
            2010/05/19
            21:30 UTC
        
        
        Read the original article
        Hit count: 371
        
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:
I'm confused about whether this should be be done in the routes file or in my .htaccess
Thanks
© Stack Overflow or respective owner