Quote:
Originally Posted by WeirdHomer
I'm not sure exactly how apache handles this if the favicon is set to the localhost dir in the httpd.conf and you set it to your on own dir using an insert in your HEAD section of your index file. Logically i would think IE or FF would listen to the HEAD section of the index file but how logical is everything when it comes to internet? 
Maybe you are on to the problem here, good luck with it anyway and sorry we couldn't help you more.
|
A rewrite rule in httpd.conf could rewrite any request for that filename to the file she mentioned. So, the gif would work (as she said) because it's a different filename, but the same filename in another directory would not.
Changing the place where the browser looks in your HEAD section only changes where the browser looks, not where the server looks, so it wouldn't help with the same filename.