Unique SES Courses

Hi Everyone,

I use this courses for SES Interceptor. I try to make them unique (as
possible i can)

<cfset addCourse(pattern=":keyword/:ethnicity/United
States/:state/:county",
            handler="wsUserInfo",
            action="countyresults")>

<cfset addCourse(pattern=":keyword/:ethnicity/:country/:state/:city",
            handler="wsUserInfo",
            action="results" )>

But still these two linkes go to second one! Is there a possible way
to resolve this?

Many thanks for the reply!

Onur Polat.

Sorry I forgot the links:

http://xxxxxxxxx.com/game/Greece/United%20States/IL/COOKCOUNTY
http://xxxxx.com/game/Greece/United%20States/IL/CHICAGO

Routing on these routes are way to similar in locations and parsing. I would suggest using alternatives maybe something like:

/United States/:keyword/:ethnicity etc.

I have found that by starting a route with a static placeholder, I can achieve a higher permutation rate