CodeIgniter Forums
help with routes - 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: help with routes (/showthread.php?tid=48179)



help with routes - El Forum - 01-06-2012

[eluser]matches[/eluser]
Hello,

I can't seem to understand making routes work. Can you pleasse take a look at this and let me know what I'm doing wrong? thanks

this is what the url looks like right now:
http://www.*****.com/blog/index/0/11/Blog-title

Here is my route:
$route['blog/index/(:num)/(:num)/(:any)'] = 'blog/$1';

this is what the url looks like right now:
http://www.*****.com/blog/Blog-title


Thanks for any help