I just added anti-leeching code to my htaccess file today and now when I select my site from the forum list on Tapatalk it kicks me out of the app (everytime). Is there a specific domain or ip that needs to be excluded to accommodate for Tapatalk?
Code:
RewriteCond %{HTTP_USER_AGENT} ^facebookexternalhit.*$ [OR]
RewriteCond %{http_referer} .
# Your domain(s)
RewriteCond %{http_referer} !^http://([^.]+\.)?DOMAIN\.com
# Your IP address(es)
RewriteCond %{http_referer} !^http://192\.168\.0\.1$
# SE cache and transaltion service exclusions (substitute your own domain name for "themodelhangar")
RewriteCond %{http_referer} !^http://.*(search|cache|translate).+DOMAIN\.com
RewriteCond %{http_referer} !^http://images\.google\..+www\.DOMAIN\.com
# google image IPs
RewriteCond %{http_referer} !^http://216\.239\.(3[2-9]?[45][0-9]?6[0-3])\..*themodelhangar\.com
RewriteCond %{http_referer} !^http://rds\.yahoo\.com/.+DOMAIN\.com
RewriteCond %{http_referer} !^http://aolsearch\.aol\.com/aol/search
RewriteCond %{http_referer} !^http://babelfish\.altavista\.com/.*DOMAIN\.com
RewriteCond %{http_referer} !^http://.*gigablast\.com/
RewriteCond %{http_referer} !^http://.*searchhippo\.com.*DOMAIN\.com
RewriteCond %{http_referer} !^http://web\.archive\.org/web/.+DOMAIN\.com
RewriteCond %{http_referer} !^http://fets.*\.freetranslation\.com.+DOMAIN
RewriteCond %{http_referer} !^http://client\.sidesearch\.lycos\.com
RewriteCond %{http_referer} !^http://cc\.msnscache\.com/cache\.aspx
RewriteCond %{http_referer} !^http://web.ask.com/redir.*DOMAIN\.com
# Netscape 4
RewriteCond %{http_referer} !^wy[cs]iwyg://[0-9]{1,2}/http://(www\.)?DOMAIN\.com
# Synergetics translation
RewriteCond %{REMOTE_ADDR} !^207\.228\.(19[2-9]|2[01][0-9]|22[0-3])\.
RewriteCond %{REQUEST_URI} !/images/remote.jpg
RewriteRule .*.(mpg|png|mp3|gif|GIF|jpg|JPG|js|css)$ http://DOMAIN.com/images/remote.jpg [R]