nicco Posted August 29, 2006 Share Posted August 29, 2006 J'ai eu besoin de proteger les images et médias de mon site pour eviter les links exterieurs de ceux-ci. J'ai donc utilisé le .htaccess suivant avec envoi sur une image : RewriteEngine onRewriteCond %{HTTP_REFERER} !^$RewriteCond %{HTTP_REFERER} !^http://(www\.)?domaine\.com/.*$ [NC]RewriteCond %{HTTP_REFERER} !^http://(www\.)?sous.domaine\.com/.*$ [NC]RewriteRule \.(gif|png|jpg|jpeg|bmp|avi|mpg|mpeg|zip|rar|mp3)$ http://domaine.com/images/stoplink.gif [NC,R,L] Ce matin, voici l'etat du cache google : ICI Ceci a un impact sur le classement de mon site ? Merci de votre réponse. Link to comment Share on other sites More sharing options...
Dan Posted August 29, 2006 Share Posted August 29, 2006 Cela ne devrait pas avoir d'incidence... mais il faut reconnaître que ce n'est pas très joli. Link to comment Share on other sites More sharing options...
Jeanluc Posted August 29, 2006 Share Posted August 29, 2006 Tu pourrais nettement améliorer le système en ajoutant les caches Google dans ton .htaccess. Quelque chose comme ceci: RewriteCond %{HTTP_REFERER} !^http://64\.233\.183\.104/.*$ [NC] Jean-Luc Link to comment Share on other sites More sharing options...
nicco Posted August 29, 2006 Author Share Posted August 29, 2006 Merci messieurs ! Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now