[wp-trac] [WordPress Trac] #11412: Discard requests for favicon.ico

WordPress Trac wp-trac at lists.automattic.com
Sun Dec 13 23:50:31 UTC 2009


#11412: Discard requests for favicon.ico
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |       Owner:     
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  3.0
Component:  Performance        |     Version:  2.9
 Severity:  normal             |    Keywords:     
-------------------------------+--------------------------------------------

Comment(by Denis-de-Bernardy):

 actually, the ^ should be removed, and the $home_path is needed in the
 event the site is in a subfolder.

 {{{
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule favicon\.ico$ $home_path/wp-includes/favicon.ico [L]
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11412#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list