einfach das im
<IfModule mod_rewrite.c> teil in eure
VirtualHost config reinpacken
RewriteEngine muss On ein fügt da einfach sämtlliche IP´s und url hinzu über die ihr erreichbar seid
PHP-Code:
# BitBucket Referrer-Check (Tracker, Board, Direktaufruf/Anonymizer)
RewriteCond %{HTTP_REFERER} !http://eure_url
RewriteCond %{HTTP_REFERER} !http://eure_IP
RewriteCond %{HTTP_REFERER} !="127.0.0.1"
RewriteRule ^/bitbucket/ /pic/warnedbig.gif