[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]
Synopsis: RewriteRule generates redirect (code 301) but code 200 is logged State-Changed-From-To: open-closed State-Changed-By: lars State-Changed-When: Mon Jul 6 16:09:56 PDT 1998 State-Changed-Why: Are you using a LogFormat/CustomLog directive? If yes you are probably using "%s" to reference the status code, but this means that always the status of the initial request (e.g. 200) is logged and not the redirect status. To get the 'latest' status you have to use "%>s" instead. See http://docs.apache.org/mod/mod_log_config.html#formats for details. Class-Changed-From-To: sw-bug-mistaken Class-Changed-By: lars Class-Changed-When: Mon Jul 6 16:09:56 PDT 1998
