CodeIgniter Forums
ignore URL in Routing class - 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: ignore URL in Routing class (/showthread.php?tid=15085)



ignore URL in Routing class - El Forum - 01-26-2009

[eluser]rpl oye[/eluser]
hi. i wanted to make easy SEO URL.
for example
example.com/product/123/ipod-8gb.html

this page should display product with ID 123. which is ipod 8GB.

i can route the product/123 to product controller and 123 as the product ID with routing class..

my question is.. can code igniter ignore the "/ipod-8gb.html"?

i just need them to make the URL more beautiful


ignore URL in Routing class - El Forum - 01-26-2009

[eluser]Phil Sturgeon[/eluser]
Yes it will ignore it. Give things a try before you post here rpl oye, it will help you code much faster. Smile