zackster/HipHopGoblin/master/hhg/static/songs/.htaccess - Htaccess File

zackster/HipHopGoblin/master/hhg/static/songs/.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} !^http://www.hiphopgoblin.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://hiphopgoblin.com/.*$ [NC]
#RewriteCond %{REQUEST_URI} ^*.mp3$
#RewriteRule .* - [F]

RewriteRule .*.mp3$ - [F]

On Github License

Files

Download PDF of Htaccess file
HTTP_REFERER, REQUEST_URI

Comments

Apache