Hello David,

On 17/10/2009, at 13:43, David Becerril wrote:

> In behaviors:
>
> added a regex rule: ^([^.]+)\.([^.]+)\.([^.]+)$
> handler:
>    regular expresion: ^/([^.?]*)\?(.*)$     redirects to    / 
> index.php?q=_%1/$1&$2
>    and                     ^/([^.?]*)$"            redirects to   / 
> index.php?q=_%1/$1
>
> For matching hosts, I also tried with ([^.]+)\.([^.]+)$ instead of  
> wildcards, but does not seems to work.
> Does somebody see what I am doing wrong?

Have you tried to trace it with the CHEROKEE_TRACE?

   http://www.cherokee-project.com/doc/dev_debug.html

That's the most convenient way to debug this sort of configuration  
issues.

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to