Jump to content

Favicon url


Recommended Posts

Salut !

J'ai tout fraichement mis en ligne un site (encore en démo, sans les bons produits etc), mais j'ai un souci sur l'url du favicon. Je sais pas ou j'ai loupé dans les changements d'url dans la base de données mais en gros l'url ressemble a :

<link rel="icon" type="image/vnd.microsoft.icon" href="http://adresseDuSite.fr/img/http://adresseDuSite.fr/img/favicon.ico?1611917005">
<link rel="shortcut icon" type="image/x-icon" href="http://adresseDuSite.fr/img/http://adresseDuSite.fr/img/favicon.ico?1611917005">

Savez-vous ou je peux regarder pour corriger le fait que l'host soit deux fois dans l'url ? 

Dans le code je n'ai pas touché ça utilise bien les variables de base :

<link rel="icon" type="image/vnd.microsoft.icon" href="{$urls.img_ps_url}{$shop.favicon}?{$shop.favicon_update_time}">
<link rel="shortcut icon" type="image/x-icon" href="{$urls.img_ps_url}{$shop.favicon}?{$shop.favicon_update_time}">

Dans la table PS_CONFIGURATION les champs PS_SHOP_DOMAIN, PS_SHOP_DOMAIN_SSL sont bien configuré a : adresseDuSite.fr

Merci ! 

Edited by Skyounet (see edit history)
Link to comment
Share on other sites

L'erreur était sous mes yeux. 

<link rel="icon" type="image/vnd.microsoft.icon" href="{$shop.favicon}?{$shop.favicon_update_time}">
<link rel="shortcut icon" type="image/x-icon" href="{$shop.favicon}?{$shop.favicon_update_time}">

Et voilà, c'est corrige en enlevant {$urls.img_ps_url}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...