[bugs] [Bug 1172] New - favicon.ico in apache error_log

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Feb 11 14:11:47 PST 2003


http://bugs.horde.org/show_bug.cgi?id=1172

*** shadow/1172	Tue Feb 11 14:11:47 2003
--- shadow/1172.tmp.30010	Tue Feb 11 14:11:47 2003
***************
*** 0 ****
--- 1,25 ----
+ Bug#: 1172
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: PHP Code
+ OS/Version: Solaris
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck at horde.org                            
+ ReportedBy: reitsmac at denison.edu               
+ URL: 
+ Summary: favicon.ico in apache error_log
+ 
+ I was getting lots of /favicon.ico not found errors in my apache error log until
+ I changed horde-2.2.1/templates/index/frames_index.inc, line 4 from:
+     <link rel="SHORTCUT ICON" href="<?php echo
+ registry->getParam('graphics')?>/favicon.ico" />
+ to:
+     <link rel="SHORTCUT ICON" href="<?php echo
+ $registry->getParam('graphics','horde')?>/favicon.ico" />
+ 
+ It appears that only horde has a favicon.ico.


More information about the bugs mailing list