HighDots Forums  

Problem with favicon?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Problem with favicon? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steve Grosz
 
Posts: n/a

Default Problem with favicon? - 11-09-2004 , 01:25 PM






I keep seeing a 404 error for this location:
www.scootervilleusa.com/ favicon.ico

But the file is there. Any ideas why it keeps coming up?

Thanks
Steve

Reply With Quote
  #2  
Old   
Pablo
 
Posts: n/a

Default Re: Problem with favicon? - 11-09-2004 , 01:28 PM






Nice scooter



"Steve Grosz" <sgrosz (AT) computicle (DOT) com> a écrit dans le message de news:
cmr236$91$1 (AT) forums (DOT) macromedia.com...
Quote:
I keep seeing a 404 error for this location:
www.scootervilleusa.com/ favicon.ico

But the file is there. Any ideas why it keeps coming up?

Thanks
Steve



Reply With Quote
  #3  
Old   
Pablo
 
Posts: n/a

Default Re: Problem with favicon? - 11-09-2004 , 01:32 PM



Steve

http://www.scootervilleusa.com/favicon.ico

No space between / and f

Cheers

Pablo


"Steve Grosz" <sgrosz (AT) computicle (DOT) com> a écrit dans le message de news:
cmr236$91$1 (AT) forums (DOT) macromedia.com...
Quote:
I keep seeing a 404 error for this location:
www.scootervilleusa.com/ favicon.ico

But the file is there. Any ideas why it keeps coming up?

Thanks
Steve



Reply With Quote
  #4  
Old   
Steve Grosz
 
Posts: n/a

Default Re: Problem with favicon? - 11-09-2004 , 02:10 PM



Pablo,

There actually isn't a space in the HTML code:
<link rel="SHORTCUT ICON" href="www.scootervilleusa.com/favicon.ico">

Steve

Pablo wrote:
Quote:
Steve

http://www.scootervilleusa.com/favicon.ico

No space between / and f

Cheers

Pablo


"Steve Grosz" <sgrosz (AT) computicle (DOT) com> a écrit dans le message de news:
cmr236$91$1 (AT) forums (DOT) macromedia.com...

I keep seeing a 404 error for this location:
www.scootervilleusa.com/ favicon.ico

But the file is there. Any ideas why it keeps coming up?

Thanks
Steve




Reply With Quote
  #5  
Old   
Pablo
 
Posts: n/a

Default Re: Problem with favicon? - 11-09-2004 , 02:17 PM



There was here:

Quote:
I keep seeing a 404 error for this location:
www.scootervilleusa.com/ favicon.ico
Your Favicon does show and its where it is meant to be.

Cheers

Pablo


"Steve Grosz" <sgrosz (AT) computicle (DOT) com> a écrit dans le message de news:
cmr4no$37m$1 (AT) forums (DOT) macromedia.com...
Quote:
Pablo,

There actually isn't a space in the HTML code:
link rel="SHORTCUT ICON" href="www.scootervilleusa.com/favicon.ico"

Steve

Pablo wrote:
Steve

http://www.scootervilleusa.com/favicon.ico

No space between / and f

Cheers

Pablo


"Steve Grosz" <sgrosz (AT) computicle (DOT) com> a écrit dans le message de news:
cmr236$91$1 (AT) forums (DOT) macromedia.com...

I keep seeing a 404 error for this location:
www.scootervilleusa.com/ favicon.ico

But the file is there. Any ideas why it keeps coming up?

Thanks
Steve






Reply With Quote
  #6  
Old   
James Shook
 
Posts: n/a

Default Re: Problem with favicon? - 11-09-2004 , 02:42 PM



Steve Grosz wrote:
Quote:
I keep seeing a 404 error for this location:
www.scootervilleusa.com/ favicon.ico

But the file is there. Any ideas why it keeps coming up?
I assume there is no space in the URL in the page itself. I see it here
(Safari.)

The Law of Favicons: They can be easily seen by everyone but their creator.

--
James M. Shook
http://www.jshook.com


Reply With Quote
  #7  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Problem with favicon? - 11-09-2004 , 03:21 PM



.oO(Steve Grosz)

Quote:
There actually isn't a space in the HTML code:
link rel="SHORTCUT ICON" href="www.scootervilleusa.com/favicon.ico"
This is a relative URL, a browser will resolve it to

http://www.scootervilleusa.com/www.scootervilleusa.com/favicon.ico

which will cause a 404. Either use an absolute or simply a
root-relative URL:

<link rel="shortcut icon" href="http://www.scootervilleusa.com/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico">

Micha


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.