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.

-- 
Saludos:
Antonio Pérez

ATENCIÓN: Antes de imprimir este mensaje valora si verdaderamente es necesario.
De esta forma contribuimos a la preservación del Medio Ambiente.
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to