Sorry, I forgot to mention: RH-E-WS-4 httpd-2.0.52-9.ent
Mike.

--
Michael D. Berger
[EMAIL PROTECTED] 

> -----Original Message-----
> From: Michael D. Berger [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 31, 2005 9:24 PM
> To: Apache-Users
> Subject: [EMAIL PROTECTED] unexpected RewriteRule behavior
> 
> 
> The following:
> 
>    ...
>    RewriteEngine on
>    RewriteCond %{REQUEST_URI} !^.*/picts/.*$
>    RewriteRule ^/.*\.html(\?.*$)? /index.cgi$2 [L]
>    RewriteCond %{REQUEST_URI} !^.*/picts/.*$
>    RewriteRule ^/(.*/)?$ /index.cgi [L]
> </VirtualHost>
> 
> sends
>    GET /favicon.ico
> to index.cgi .  I would not expect this because it
> does not appear to match any pattern.  Wherein do
> I err?
> 
> Thanks for your help.
> Mike.
> 
> --
> Michael D. Berger
> [EMAIL PROTECTED] 
> 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to