You are here

INSTALL.txt in Favicon 8

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

In .htaccess, comment out this line:
 RewriteCond %{REQUEST_URI} !=/favicon.ico
i.e, prefix the line with a # symbol like this:
 # RewriteCond %{REQUEST_URI} !=/favicon.ico

Place the favicon folder in your drupal/modules folder (or if multisite and this
module is meant to be available to just one site in
drupal/sites/www.YOURSITE.com/modules)

Enable the favicon module at Administration -> Extend

You can specify your favicon icon file using Drupal default configuration in
Appearance -> Settings -> [themename]

File

INSTALL.txt
View source
  1. INSTALL.txt
  2. ===========
  3. In .htaccess, comment out this line:
  4. RewriteCond %{REQUEST_URI} !=/favicon.ico
  5. i.e, prefix the line with a # symbol like this:
  6. # RewriteCond %{REQUEST_URI} !=/favicon.ico
  7. Place the favicon folder in your drupal/modules folder (or if multisite and this
  8. module is meant to be available to just one site in
  9. drupal/sites/www.YOURSITE.com/modules)
  10. Enable the favicon module at Administration -> Extend
  11. You can specify your favicon icon file using Drupal default configuration in
  12. Appearance -> Settings -> [themename]