Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <link rel="icon" href="icon.gif" />
  2.  
  3. <link rel="shortcut icon" href="favicon.ico" />
  4. -----^-----
  5. <!--Remember to have .ico as the extension else
  6. some browsers fail to load other extensions -->
  7.  
  8. <link rel="icon" href="icon.gif" />
  9.  
  10. Options +FollowSymLinks -MultiViews
  11. <IfModule mod_rewrite.c>
  12. RewriteEngine On
  13. RewriteRule ^(favicon.ico)$ %{HTTP_HOST}/$1 [L,NC]
  14. </IfModule>
  15.  
  16. <link rel="shortcut icon" href="favicon.ico">
  17. <link rel="icon" type="image/gif" href="animated_favicon1.gif">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement