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