Hello
I have a forum vb v3.8.8
Some one has created a blog on Blogger and pulls content from me by rss
I do not want to disable rss
I just want to block this person
I tried several solutions but did not succeed
for example block domain :
PHP Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} blogspot\.com [NC,OR]
RewriteCond %{HTTP_REFERER} blogger\.com [NC]
RewriteRule .* - [F]
and block ip
PHP Code:
Order Deny,Allow
#
<Limit PUT DELETE>
Deny from all
</Limit>
#
<Limit GET POST>
Deny from 216.58.208.137
</Limit>
and i use plug
PHP Code:
if(preg_match("#(vBulletin)#si", $_SERVER['HTTP_USER_AGENT'])) {
It works to block the vbulletin site , but does not work with Blogger
any one can help me ?
Note: my site on special server and I can access to the server panel