4pr0n/rip/master/rips/.htaccess - Htaccess File

4pr0n/rip/master/rips/.htaccess

IndexIgnore *

# Prevent hotlinking
RewriteEngine on
# Allow blank referrers
RewriteCond %{HTTP_REFERER} !^$
# Allow rarchives referrers
RewriteCond %{HTTP_REFERER} !^http(s)?://rip.rarchives.com [NC]
# Redirect everyone else
RewriteRule .(zip)$ - [NC,F,L]

# Block public access to ip addresses
RedirectMatch 404 ^.*ip.txt$

On Github License

Files

Download PDF of Htaccess file
HTTP_REFERER

Comments

Apache