OK, so I finally upgraded to 0.4.31b6, and I'm still running into numerous
redirection
issues. Was it only the 0.5.0 alpha that had the fixed redirection code? I can't
remember what was said on the list.
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.
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.
Thank you for any advice anyone can offer!
Sincerely,
Kurt McKee
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee