CodeIgniter Forums
rewrite url error - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: rewrite url error (/showthread.php?tid=58295)



rewrite url error - El Forum - 05-30-2013

[eluser]Unknown[/eluser]
hi !
i have a link1 : example.com/home/product/name
i want to rewrite it => link2: example.com/name

I have this in my routes.php

$route['(:any)'] = "home/product/$1";

but still not working! i have more controllers not one....
Is there any other solution to have this if cannot be done in route? thanks!