Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Désactiver le hotlinking de vos images

# 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]
Comment

Désactiver le hotlinking de vos images

# 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]
Comment

PREVIOUS NEXT
Code Example
Css :: grid-templete-rows: masonary 
Css :: by.cssselector 
Css :: scale css 
Css :: o get_template_directory_uri() 
Css :: crear un sol con css 
Css :: paste in form field cordova app 
Css :: less css file extension 
Css :: Placeholders border shadow outline 
Css :: position relative and absolute difference in css 
Css :: css add a shadow beneath text 
Css :: Python Script to Generator QR Code 
Css :: grid-container div 
Css :: css background image not showing vscode 
Typescript :: next start project with typescript 
Typescript :: ionic generate resources 
Typescript :: create database and grant user rights mariadb 
Typescript :: how to check open ports mac 
Typescript :: python tkinter clear frame 
Typescript :: client@0.1.0 start react-scripts start sh: react-scripts: command not found 
Typescript :: docker An attempt was made to access a socket in a way forbidden by its access permissions. 
Typescript :: eslint no-unused-vars typescript 
Typescript :: cannot find module faker or its corresponding type declarations 
Typescript :: ionic toast 
Typescript :: mysql update if exists else insert 
Typescript :: create react native app typescript 
Typescript :: react native status bar iphone 12 
Typescript :: useref input typescript 
Typescript :: styled components last child 
Typescript :: how to clear all products woocommerce keep category 
Typescript :: what is the name of belt around the orbits of earth and mars 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =