Kurt McKee wrote:

> Here's one of the issues that I'm running into: if I show the
> redirection, I get the page I'm after. If I hide the redirection, I
> get a 404 error. This problem is limited to the second rule, for my
> monthly archives).
>
> Directory /blog {
>  Handler redir {
>   Rewrite "^/$" "/wordpress/index.php"
>   Rewrite "^/([0-9][0-9][0-9][0-9])_([0-9][0-9])\.html$" 
"/wordpress/index.php?m=$1$2"
>   Rewrite "^/(.+)\.html$" "/wordpress/index.php?name=$1"
>  }
> }
>
> The odd thing is that adding "Show" to the last rule shows the
> redirections for ALL of the preceding rules, but adding "Show" to
> the second rule has no effect. Only the second rules in this set is
> experiencing any issues.

  It is definitely a bug (well, or a couple of them). Could you please
  log it? [1] I'll take a look ASAP, and I'll let you know..

    1.- http://www.0x50.org/bugs/

> My question is, do I have to run the 0.5.0 alphas in order to avoid
> redirection problems? I'm pretty sure my redirection rules are
> syntactically correctly, unless anyone sees anything glaringly
> out-of-place.

  No, don't use the 0.5.0 betas, those are older than the 0.4.31
  ones.

--
Greetings, alo.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to