You are here

INSTALL.txt in Favicon 7

Same filename and directory in other branches
  1. 8 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 administer > modules

You can specify your favicon icon file using Drupal default configuration in Apperance -> 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 module is meant to be available to just one site in drupal/sites/www.YOURSITE.com/modules)
  8. Enable the favicon module at administer > modules
  9. You can specify your favicon icon file using Drupal default configuration in Apperance -> Settings -> [themename]