This is my code for favicon.ico:
<%= favicon_link_tag 'https://s3.amazonaws.com/...../favicon.ico', :rel => 'shortcut icon' %>
It works locally, but when I upload it to server - the favicon is not displayed. I can access the image, and the image is stored on amazon server - s3 service Help, please?