Bonsoir,
J'essaye de mettre en place des redirections pour le hotlinking dans mon htaccess mais je n'y parviens pas 🙁 Pouvez vous m'aider ?

voici ce que j'ai essayé :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?chauffeur-prive-vtc-lyon\.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?unityvac\.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http(s)?://(\.*\.)?blogspot\.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?freemarket-ci\.com/ [NC]
RewriteRule .*\.(jpe?g|gif|bmp|png)$ http://i.imgur.com/imagedevotrechoix.jpg [L]
j'ai testé les règles via ce site https://htaccess.madewithlove.com/

Merci d'avance