|
Cookbook /
FaviconSummary: Add a Favicon to your website
Version: Any
Prerequisites: Requires modification of skin template
Status: Mature
Maintainer:
Categories: Layout
Questions answered by this recipeHow do I add a Favicon to my PmWiki? Adding a Favicon to PmWiki.Add the following lines to the <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> Create a Place the If you wish to place your Favicon in another directory
change the Commentspjv October 9, at 15:55 GMT Note that if you're using CleanUrls, you will probably also have to alter the .htaccess file to allow favicon.ico through. I had to add this line for it to work:
# Let favicon.ico through. RewriteRule ^favicon\.ico$ favicon.ico [L] No guarantees though, as I'm no expert in this area.
See AlsoContributors |