CodeIgniter Forums
Rounting problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Rounting problem (/showthread.php?tid=13210)



Rounting problem - El Forum - 11-14-2008

[eluser]PauloBr[/eluser]
I have this route:

Code:
$route['([a-z-]+)/:any'] = 'stories/view';
$route['rss/:any'] = 'rss/make';

But, the two rules are the same. :-(

rss/:any == ([a-z-]+)/:any

If I try "mysite.com/any-categorie/any-storie" and "mysite.com/rss/comments", don't work.

How can I switch to operate the two terms?

Thanks.


Rounting problem - El Forum - 11-14-2008

[eluser]khuram[/eluser]
Hey man

anything for this poor bro,
please check out

http://ellislab.com/forums/viewthread/96974/