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$
Files
