Quote:
Originally Posted by viper357
It's blocking images on tapatalk, any idea how we can allow tapatalk?
|
to allow any webiste , just add this code below the google line
RewriteCond %{HTTP_REFERER} !^
http://(.+\.)?google\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(.+\.)?YESTOTHISWEBSITE\.com/ [NC]
replace YESTOTHISWEBSITE with the name of the website which you want to allow for hotlink.