You are here

README.txt in Favicon 8

Same filename and directory in other branches
  1. 7 README.txt
Description
===========

A very small module to make requests to http://example.com/favicon.ico forward
to the actual site's true favicon.

This module takes the favicon for the current site/theme and makes it available
at the url example.com/favicon.ico (where example.com is your domain). The
problem is that some web browsers and web applications blindly make a call to
example.com/favicon.ico looking for your sites favicon. In drupal this causes an
error entry to show up in the logs because there is nothing there.

If you want your icon to show at that address you can put a copy of your favicon
n the root drupal directory. But, what if you have a multisite configuration
with different favicons. This module will allow that address to show the current
themes favicon at example.com/favicon.ico and it will work for multisite
configurations.

If no favicon is specified, the Drupal default core/misc/favicon.ico is returned.

File

README.txt
View source
  1. Description
  2. ===========
  3. A very small module to make requests to http://example.com/favicon.ico forward
  4. to the actual site's true favicon.
  5. This module takes the favicon for the current site/theme and makes it available
  6. at the url example.com/favicon.ico (where example.com is your domain). The
  7. problem is that some web browsers and web applications blindly make a call to
  8. example.com/favicon.ico looking for your sites favicon. In drupal this causes an
  9. error entry to show up in the logs because there is nothing there.
  10. If you want your icon to show at that address you can put a copy of your favicon
  11. n the root drupal directory. But, what if you have a multisite configuration
  12. with different favicons. This module will allow that address to show the current
  13. themes favicon at example.com/favicon.ico and it will work for multisite
  14. configurations.
  15. If no favicon is specified, the Drupal default core/misc/favicon.ico is returned.