Buenos dias,

Trying to port my apache rewrite configuration to cherokee I got confused with the handler directives, specially with the redir handler. And I am not able to debug my tries as the logfiles do not contain anything about the internal server errors I get.
I think I did not get the concept of the cherokee handlers yet.

The handler directive can be everywhere, in Directory directives, Request, etc. Is it possible to use it just within a Server directive?

The examples in the documentation just show the use of the redir handler in a specific directory (Directory /photos). Is it possible to use it in the root directory? Do I have to use the Request directive then or is it possible to do it without?

I want to redirect, for example, myserver/action1 to myserver/index.php?do=action1 and the same with action2, action3, etc. Is it necessary to create a Request directive for each of them? Or is there a way to make it more generally?

Do I have to use "URL ..."? Why that? I want the server to fallback to the common handler if he does not find any suitable redirection patterns.

Thanks very much.
Regards
Paul.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to