___cliff rayman___ wrote:
>
> instead of putting the icon in each directory, try these rewrite rules:
>
> RewriteCond %REQUEST_FILENAME !/my_icons/favicon.ico$
> RewriteRule favicon.ico$ /my_icons/favicon.ico
Hmmm, thanks a lot! I'll try that.
-Neil
---
instead of putting the icon in each directory, try these rewrite rules:
RewriteCond %REQUEST_FILENAME !/my_icons/favicon.ico$
RewriteRule favicon.ico$ /my_icons/favicon.ico
Neil Gunton wrote:
> Just as I'd gotten rid of all those irritating error log entries related
> to favicon.ico (I finally