>Number: 3213
>Category: mod_rewrite
>Synopsis: RewriteCond %{} !-U [skip=1] -- 'skip' not working?
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: apache
>State: open
>Class: sw-bug
>Submitter-Id: apache
>Arrival-Date: Wed Oct 14 12:10:00 PDT 1998
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.3.3
>Environment:
gcc 2.8.1, Solaris 2.5.1, Apache 1.3.3, mod_perl 1.15_1, ...
>Description:
Example code:
# Redirect 'Resource Not Found' to main WWW server...
RewriteCond %{REQUEST_FILENAME} !-U [skip=1]
RewriteCond %{REQUEST_FILENAME} -U
RewriteRule ^(.+) http://www.fccj.org$1 [L,R=permanent]
The option [skip|S=#] not working...
>How-To-Repeat:
Try example code...
>Fix:
Nope, sorry. I do wish there were more mod_rewrite examples and resources;
yes, I've seen rse's mod_rewrite guide.
>Audit-Trail:
>Unformatted:
[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. ]
[If you do not include this Cc, your reply may be ig- ]
[nored unless you are responding to an explicit request ]
[from a developer. ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]