CodeIgniter Forums
Problem when I use route - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problem when I use route (/showthread.php?tid=46541)



Problem when I use route - El Forum - 11-04-2011

[eluser]memVN[/eluser]
I have a link
Code:
http://example.com/product/search/?key=$keyword
Now I want to use route and convert this link to
Code:
http://example.com/tim-kiem/?key=$keyword

Who can help me??? Thanks very much