From 25b68d20c58cd4c859a06a47e44cd3f235543848 Mon Sep 17 00:00:00 2001 From: b_b <brunobergot@gmail.com> Date: Wed, 4 Nov 2015 16:33:31 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20#2745=20:=20ajouter=20au=20htaccess=20la?= =?UTF-8?q?=20r=C3=A8gle=20qui=20permet=20de=20servir=20les=20favicons=20d?= =?UTF-8?q?es=20itrucs=20(comment=C3=A9e=20par=20d=C3=A9faut)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htaccess.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htaccess.txt b/htaccess.txt index 16ddda523a..0666dc1d81 100644 --- a/htaccess.txt +++ b/htaccess.txt @@ -128,6 +128,9 @@ RewriteRule ^favicon[.]ico$ spip.php?page=favicon.ico [QSA,L] RewriteRule ^sitemap[.]xml$ spip.php?page=sitemap.xml [QSA,L] ## +# Favicon pour itrucs +# Si vous avez le plugin filtres_images et qu'une méthode de retouche a été configurée, vous pouvez décommenter la ligne ci-dessous. +#RewriteRule ^apple-touch-icon(-(\d+x\d+))?(-precomposed)?[.]png$ spip.php?page=apple-touch-icon.png&size=$2 [QSA,L] # expirer les images (pour contourner gros bug MSIE sur le cache) # note : a decommenter si vous voulez tester -- GitLab