Re: /wa/favicon.ico ?
Re: /wa/favicon.ico ?
- Subject: Re: /wa/favicon.ico ?
- From: Guido Neitzer <email@hidden>
- Date: Mon, 11 May 2009 17:03:47 -0700
On May 11, 2009, at 4:42 PM, Joe Moreno wrote:
You could try my "solution" - I see the exception in the logs and,
realizing it's just a call for the favicon.ico, just ignore it.
Pretty lazy, eh?
I've been toying with the idea of creating a direct action with this
name to return something.
As I said:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
RewriteRule /.*/favicon.ico /favicon.ico [PT]
# more rules ...
</IfModule>
and be done with it. I have an image in the root folder of the domain
and that works just fine.
Guido
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden