“Dsactiver le hotlinking de vos obrazy” Kod odpowiedzi

Dsactiver le hotlinking de vos obrazy

# Désactiver le hotlinking de vos images
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?monsite.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://fakeimg.pl/400x200/?text=Pas_touche_aux_images [NC,R,L]
claude61340

Dsactiver le hotlinking de vos obrazy

# Désactiver le hotlinking de vos images
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?monsite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?monsite2.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?monsite3.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://fakeimg.pl/400x200/?text=Pas_touche_aux_images [NC,R,L]
claude61340

Odpowiedzi podobne do “Dsactiver le hotlinking de vos obrazy”

Pytania podobne do “Dsactiver le hotlinking de vos obrazy”

Więcej pokrewnych odpowiedzi na “Dsactiver le hotlinking de vos obrazy” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu