Welcome Guest, Not a member yet? Register   Sign In
Rounting problem
#1

[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.


Messages In This Thread
Rounting problem - by El Forum - 11-14-2008, 12:57 PM
Rounting problem - by El Forum - 11-14-2008, 01:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB