favicon.ico

alonzo

Well-known member
Ho inserito il file favicon.ico nell'header.php tra i tag <head></head>:

<link rel="icon" href="URL/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="URL/favicon.ico" type="image/x-icon" />

ma non si visualizza con nessun browser...



You are using DaDaBIK version 5.0 PRO, installed on 20/01/2013, the last version of DaDaBIK is 5.1 released on 23/01/2013
You are not running the last release of DaDaBIK, the release you are running might have bugs and security holes, see the official change log for further information. You can upgrade DaDaBIK here.
PHP Version: 5.2.17
mysql version: 5.5.28-29.2-log
Web server: Apache/2.2
Client: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17
 

alonzo

Well-known member
Scusate..un errore sciocco di scrittura...
comunque è così:


<link rel="shortcut icon" type="image/ico" href="http://www.nometuodominio.com/dadabik/favicon.ico" />
<link rel="icon" type="image/png" href="http://www.nometuodominio.com/dadabik/favicon.png" />
 
Top