Apparently I needed to just tell it to the bear. In looking to verify
rewritelog configs I found that the rewrite I was changing was not the one
being hit, wrong vHost
A
Aaron Macks
Systems Architect
On Apr 30, 2019, at 11:14 AM, Eric Covener
付 传淮 将撤回邮件“RewriteRule overbinding in 2.2”。
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
Will cancelling the order return the $10 I paid before?
发件人: Aaron Macks2
发送时间: 2019年4月30日 23:05
收件人: users@httpd.apache.org
主题: [users@httpd] RewriteRule overbinding in 2.2
I have a problem with a RewriteRule where it appears to be over-binding in the
REGEX:
RewriteRule ([0-9]{4,6}(?:-[0-9]{1
On Tue, Apr 30, 2019 at 11:05 AM Aaron Macks2
wrote:
>
> I have a problem with a RewriteRule where it appears to be over-binding in
> the REGEX:
>
> RewriteRule ([0-9]{4,6}(?:-[0-9]{1,2})?\.jpg)$
> /cgi-bin/logo-image.pl?image=$1 [L,PT]
>
> What it should do is bind a 4-6 digit number, follo
I have a problem with a RewriteRule where it appears to be over-binding in the
REGEX:
RewriteRule ([0-9]{4,6}(?:-[0-9]{1,2})?\.jpg)$
/cgi-bin/logo-image.pl?image=$1 [L,PT]
What it should do is bind a 4-6 digit number, followed by an optional - and a
1-2 digit number, and finally .jpg, at