I am used to just save the favicon.ico in the public_html folder for adding the favicon.
public_html
The problema I have now is that I want to display the in all th
You will have to specify the favicon using the link rel=... notation.
link rel=...
Browsers will search only in the root directory of the domain for a default /favicon.ico. Any variations from that you have to specify explicitly.
/favicon.ico