[Fedora Infrastructure] #2269: Use [proxy] rather [R=301, L] for favicon.ico at fedorapeople.org for better browser support

Fedora Infrastructure trac at fedorahosted.org
Sun Jul 11 20:31:15 UTC 2010


#2269: Use [proxy] rather [R=301,L] for favicon.ico at fedorapeople.org for better
browser support
-------------------------+--------------------------------------------------
 Reporter:  robert       |       Owner:  webmaster
     Type:  annoyance    |      Status:  new      
 Priority:  major        |   Milestone:           
Component:  Web Content  |     Version:           
 Severity:  Normal       |    Keywords:           
-------------------------+--------------------------------------------------
 = phenomenon =
 Opera 9 as well as Microsoft Internet Explorer 6 and 7 don't seem to
 support any HTTP redirects for favicon.ico. This results in no favicon at
 all, unfortunately both browsers are still very common (even if web
 developers dislike to hear that).

 = recommendation =
 Please use [proxy] rather [R=301,L] for favicon.ico at fedorapeople.org
 for better browser support.

 {{{
 --- /etc/httpd/conf.d/people.conf       2010-06-07 22:29:24.000000000
 +0000
 +++ /etc/httpd/conf.d/people.conf.rsc   2010-07-11 20:28:01.000000000
 +0000
 @@ -61,7 +61,7 @@

    # redirect all favicons (not just DocRoot-level) to fedoraproject.org
    # needs to terminate before other rewrite rules start
 -  RewriteRule /favicon\.ico$
 http://fedoraproject.org/static/images/favicon.ico [R=301,L]
 +  RewriteRule /favicon\.ico$
 http://fedoraproject.org/static/images/favicon.ico [proxy]

    # ols.fedoraproject.org
    RewriteCond ${lowercase:%{SERVER_NAME}} ^ols\.fedoraproject\.org$
 }}}

-- 
Ticket URL: <https://fedorahosted.org/fedora-infrastructure/ticket/2269>
Fedora Infrastructure <http://fedoraproject.org/wiki/Infrastructure>
Fedora Infrastructure Project for Bugs, feature requests and access to our source code.


More information about the websites mailing list