APACHE 38
Hotlinking, Framing, prevent loading images from extern By micha on 25th June 2021 12:49:44 PM
  1. RewriteEngine on
  2. RewriteCond %{HTTP_REFERER} !^$
  3. RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?toellestudios.de [NC]
  4. RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]
  5. RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?bing.com [NC]
  6. RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yahoo.com [NC]
  7. RewriteRule \.(jpg|jpeg|png|gif|svg)$ https://toellestudios.de/wp-content/themes/toelle-studios/assets/logos/toelle_logo_white.svg [NC,R,L]

Paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.