Hi there!

I'm beginning to use redirects (I'm new on the redirect and regex stuff), I keep getting 500 errors, and I don't have a clear idea of how can I debug the redirects so I can see what is cherokee doing with the redirections.

I'm trying to port a very simple redirect from Apache:

   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]

And I don't know what to do...
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to