Hey Nandini,

This seems more like a Firefox issue than an App Engine issue, since the 
favicon loads fine in Chrome and can be requested easily with curl. I 
suggest that you post specific issues like this to StackOverflow 
<http://stackoverflow.com> rather than this forum, since this forum is for 
general discussion relating to the App Engine, and not for specific-issue 
1-on-1 support.

Best wishes,

Nick

On Friday, December 11, 2015 at 4:09:58 AM UTC-5, Nandini dinesh wrote:
>
> Hi,
>
> I m developing a website using wordpress in Google  App Engine
>
> I used favicon. Favicon displayed in Chrome Browser. But not display in 
> FireFox (FF) ver 42.0.
>
>
> My site URL :https://probable-skill-114906.appspot.com/
>
> I did as per the below link
>
> http://codex.wordpress.org/Creating_a_Favicon
>
> I tried below methods:
>
> METHOD 1:
>
> 1.Generated favicon and place images under theme directory.
>
> 2.Added the code in header.php file:under<head> section
>
>
> <link rel="shortcut icon" href="<?php bloginfo('template_directory'); 
> ?>/images/favicon.ico" type="image/x-icon">
>
> 3.Added code In App.yml file:
>
> - url: /favicon.ico
>
> static_files: images/favicon.ico
>
> upload: images/favicon.ico
>
>
> O/P - NOT DISPLAYING IN FF
>
>
> METHOD 2:
>
>
> 1.Generated favicon and placed in root directory.
>
> 2.Added the code in header.php file under<head> section
>
> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
>
> <link rel="icon" href="/favicon.ico" type="image/x-icon">
>
> 3.Added the code In App.yml file:
>
> url: /favicon.ico
>
> static_files: favicon.ico
>
> upload: favicon.ico
>
> O/P - NOT DISPLAYING IN FF
>
>
> In method 2 i tried the below also.
>
> under<head> section
>
> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon?">
>
> <link rel="icon" href="/favicon.ico" type="image/x-icon?">
>
>
> O/P - NOT DISPLAYING IN FF
>
>
>
>
> Plz help thanks in advance!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d3587062-bc47-4dd3-862e-b5429260c3db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to