CodeIgniter Forums
How can i write SEO URL Rewriting like www.abc.com/test_product/test_category/1 - 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: How can i write SEO URL Rewriting like www.abc.com/test_product/test_category/1 (/showthread.php?tid=30209)



How can i write SEO URL Rewriting like www.abc.com/test_product/test_category/1 - El Forum - 05-06-2010

[eluser]wdwswapna[/eluser]
Hello everybody.
I have an app that have URL like this:
www.abc.com/viewproduct/index/test_product/test_category/test_sub_category/1
i want to replace this URL with
www.abc.com/test_product/test_category/test_sub_category/1
how can i write dynamic controller name.


How can i write SEO URL Rewriting like www.abc.com/test_product/test_category/1 - El Forum - 05-06-2010

[eluser]Jamie Rumbelow[/eluser]
Hello,

Read the User Guide, specifically the section on routing, before you post on the forums!

Jamie