IFFCinema/mostraweb/master/.htaccess - Htaccess File

IFFCinema/mostraweb/master/.htaccess

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?cinemanoiff.com [NC]
RewriteRule .(jpg|jpeg|png|gif)$ - [NC,F,L]

ErrorDocument 404 404.html

RewriteRule .*.(jpg|jpeg|png|gif)$ /no-picture/alert.jpg [L]

<files ~ "^.*.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</files>

On Github License

Files

Download PDF of Htaccess file
HTTP_REFERER

Comments

Apache