The following reply was made to PR config/3000; it has been noted by GNATS.
From: Randy Jae Weinstein <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Subject: Re: config/3000: BrowserMatch(NoCase)/SetEnvIf(NoCase) allowed in htaccess Date: Sun, 27 Sep 1998 11:44:14 -0400 (EDT) This would allow stuff in .htaccess like: SetEnvIf HTTP_USER_AGENT "^Mozilla/[0-3]" Netscape <IfDefine Netscape> RewriteEngine on RewriteRule ^.*/~mydir/Errors/BrowserCompatability.html [L] </IfDefine> SetEnvIf HTTP_USER_AGENT "MSIE" MSIE <IfDefine MSIE> RewriteEngine on RewriteRule ^.*/~mydir/Errors/BrowserCompatability.html [L] </IfDefine> Sorry about that, sent that last email too fast. =( -Cheers, RJW
