Antonio Pérez schreef: > Hi! > > I have this Regular Expression rule: > > ^/tag/.+?/ > > with a redirection handler with this setting: > > Regular expresion: ^/tag/(.+)?/ > Substitution: /index.php?tag=$1 > > I only want that a request like this: > "http://localhost/tag/this_is_a_tag/" matches this rule, but this one: > "http://localhost/tag/this_is_a_tag/and_other/" matches too!. > > What I'm doing wrong?. Thanks.
I think you want to add $ after you regexp. Stefan _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
