|
Posted by Jim Carlock on April 15, 2009, 11:12 am
Please log in for more thread options
The Google Toolbar appears to automatically look for favicon.ico
or favicon.gif. Without putting a favicon.ico into every folder,
anyone have a suggestion on how to handle such requests?
--
Jim Carlock
More Than Five Senses?
http://www.associatedcontent.com/article/381163/more_than_five_senses.html
|
|
Posted by Jerry Stuckle on April 15, 2009, 1:05 pm
Please log in for more thread options
Jim Carlock wrote:
show/hide quoted text
> The Google Toolbar appears to automatically look for favicon.ico
> or favicon.gif. Without putting a favicon.ico into every folder,
> anyone have a suggestion on how to handle such requests?
>
Try asking in an HTML newsgroup. This has nothing to do with PHP.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
|
Posted by Jim Carlock on April 15, 2009, 10:51 pm
Please log in for more thread options Jim Carlock wrote:
show/hide quoted text
> The Google Toolbar appears to automatically look for favicon.ico
> or favicon.gif. Without putting a favicon.ico into every folder,
> anyone have a suggestion on how to handle such requests?
"Jerry Stuckle" wrote...
: Try asking in an HTML newsgroup. This has nothing to do with PHP.
Thank you, Jerry. Anyone else here have perhaps another suggestion
or alternative way to look at this through PHP?
I'm getting 404 errors in the Apache logs, so it ends up as a cross
between server side 404's and HTTP requests. It has nothing to do
perhaps with HTML as HTML formats a page inside a client browser.
HTTP (or other) requests the page from the server, and then Apache
and PHP serve the page, in this case can not find the file (Apache
responds with a 404 error), so perhaps a solution exists via Apache,
but can anyone suggest a solution within PHP?
--
Jim Carlock
|
|
Posted by Beauregard T. Shagnasty on April 15, 2009, 11:08 pm
Please log in for more thread options Jim Carlock wrote:
show/hide quoted text
> Jim Carlock wrote:
>> The Google Toolbar appears to automatically look for favicon.ico or
>> favicon.gif. Without putting a favicon.ico into every folder, anyone
>> have a suggestion on how to handle such requests?
>
> "Jerry Stuckle" wrote...
>: Try asking in an HTML newsgroup. This has nothing to do with PHP.
show/hide quoted text
..and still doesn't. <g> I doubt it has anything to do with the Google
toolbar either.
show/hide quoted text
> I'm getting 404 errors in the Apache logs, so it ends up as a cross
> between server side 404's and HTTP requests. It has nothing to do
> perhaps with HTML as HTML formats a page inside a client browser.
> HTTP (or other) requests the page from the server, and then Apache
> and PHP serve the page, in this case can not find the file (Apache
> responds with a 404 error), so perhaps a solution exists via Apache,
> but can anyone suggest a solution within PHP?
Put your favicon.ico file in your web's root directory. That is the only
place I have such a file, and I don't notice any problems with my Apache
server logs.
--
-bts
-Friends don't let friends drive Windows
|
|
Posted by Chuck Anderson on April 16, 2009, 12:02 am
Please log in for more thread options Jim Carlock wrote:
show/hide quoted text
> Jim Carlock wrote:
>
>> The Google Toolbar appears to automatically look for favicon.ico
>> or favicon.gif. Without putting a favicon.ico into every folder,
>> anyone have a suggestion on how to handle such requests?
>>
> "Jerry Stuckle" wrote...
> : Try asking in an HTML newsgroup. This has nothing to do with PHP.
> Thank you, Jerry. Anyone else here have perhaps another suggestion
> or alternative way to look at this through PHP?
> I'm getting 404 errors in the Apache logs, so it ends up as a cross
> between server side 404's and HTTP requests. It has nothing to do
> perhaps with HTML as HTML formats a page inside a client browser.
> HTTP (or other) requests the page from the server, and then Apache
> and PHP serve the page, in this case can not find the file (Apache
> responds with a 404 error), so perhaps a solution exists via Apache,
> but can anyone suggest a solution within PHP?
>
I know exactly what you are talking about. And it is Google toolbar
that is seeking favicon in subdirectories.
Look in alt.apache.configuration for a thread titled "Redirect
subdirectory favicon requests."
--
*****************************
Chuck Anderson • Boulder, CO
http://www.cycletourist.com Turn Off, Tune Out, Drop In
*****************************
|
| Similar Threads | Posted | | PHP Toolbar in Homesite+ | July 13, 2006, 6:25 pm |
| Removing ToolBar from browser...? | November 13, 2004, 10:55 pm |
| Download Free Weather Report Toolbar - | February 19, 2008, 5:44 am |
| Hotbar free download : Hotbar adds a toolbar to ... | November 16, 2008, 5:58 am |
| [OT] Google hack | July 22, 2004, 1:15 am |
| [OT] Google redirects | August 14, 2004, 2:32 am |
| google invite | January 9, 2005, 12:29 pm |
| google and php session IDs | January 27, 2005, 1:31 pm |
| we love google! | October 2, 2005, 2:06 am |
| google api interface | November 6, 2005, 1:02 am |
|
> or favicon.gif. Without putting a favicon.ico into every folder,
> anyone have a suggestion on how to handle such requests?
>