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.
#2

[eluser]khuram[/eluser]
Hey man

anything for this poor bro,
please check out

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




Theme © iAndrew 2016 - Forum software by © MyBB