We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Favicon

Where can I place a favicon in phalcon application directories



33.8k

In the DocumentRoot I think.

edited Dec '14

If your app is at the Document Root of the server, then the favicon should be in the /public folder - as your base .htaccess file will redirect all requests there. If your app isn't at the Document Root, then put your favicon at the Document Root like @RompePC said.

You can also specify a specific URL for your favicon via <link> tags in the <head> section of your document.