Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8633835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:33:54+00:00 2026-06-12T09:33:54+00:00

I have the following in my app.yaml (python is used): handlers: – url: /ico/

  • 0

I have the following in my app.yaml (python is used):

handlers:
- url: /ico/
  static_dir: templates/ico

So, favicon.ico is located as templates\ico\favicon.ico. HTML files (also located at templates folder, but used as templates from the main app) refer to this file as

<link rel="shortcut icon" href="ico/favicon.ico">

or

<link rel="shortcut icon" href="/ico/favicon.ico">

(depends on final URL)

And favicon is displayed.
Should I define it additionally as

handlers:
- url: /favicon\.ico
  static_files: templates/ico/favicon.ico
  upload: templates/ico/favicon\.ico

What is the reason, if so?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T09:33:55+00:00Added an answer on June 12, 2026 at 9:33 am

    Yes, you should define it additionally as you mention (as a handler at the root level). My understanding is that the favicon is traditionally served from the root directory of a site in general (even outside of App Engine), and therefore the path /favicon.ico will be called by the browser when loading the site (I’m not an expert, so take this with a grain of salt). Therefore in order to prevent that error, you must provide a handler for that specific path that serves your favicon.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following defined in my app.yaml: handlers: - url: /favicon.ico static_files: img/favicon.ico
I have a form for creating an album like following: # app/views/albums/new.html.erb <h2>Details of
For example suppose I have the following app.get('/', function(req, res) { var ip; if(req.headers['x-forwarded-for']){
I have following flow of app : First screen is Login screen and if
I have following question on adobe omniture How we can register an iPhone app
In my Zend Framework app, I have following code: index.php $app_started_time = time(); layout.phtml
I use wcsncasecmp inside c/c++ app. Compile have following error: error: 'wcsncasecmp' was not
In my app I have the following: client.on('test', function(req, fn) { var returnArr =
I have the following code in my Backbone app, Is there a way to
I have a the following server side app.config for a WCF service: <system.serviceModel> <bindings>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.