[wp-trac] [WordPress Trac] #11412: Discard requests for favicon.ico
WordPress Trac
wp-trac at lists.automattic.com
Sun Dec 13 00:04:12 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):
Potential alternative solution, for those who have permalinks enabled:
{{{
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} /favicon.ico$
RewriteRule . $home_path/wp-includes/favicon.ico [L]
}}}
others would need to hook into a favicon hook as suggested above.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11412#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list