07-06-2015, 11:00 AM
Buenas amigos estoy teniendo algun problemilla con el spam referer, y no consigo quitarlo de ninguna forma, estado incluyendo esto en .htaccess, pero nada hay sigue:
RewriteEngine On
RewriteCond %{HTTP_REFERER} (free-social-buttons) [NC]
RewriteCond %{HTTP_REFERER} (trafficmonetize) [NC]
RewriteCond %{HTTP_REFERER} (4webmasters) [NC]
RewriteRule .* – [F]
2 opcion:
RewriteEngine On
RewriteCond %{HTTP_REFERER} (\.)?4webmasters\.org$ [NC,OR]
RewriteCond %{HTTP_REFERER} (\.)?trafficmonetize\.org$ [NC,OR]
RewriteCond %{HTTP_REFERER} (\.)?free-social-buttons\.(com|co|org)$ [NC,OR]
RewriteRule .* - [F,L]
pero nada con ninguna de estas opciones consigo eliminarlo y no encuentro nada por G para añadir!!!
aqui estan algunas de las que entran:
[img][/img]
[img][/img]
RewriteEngine On
RewriteCond %{HTTP_REFERER} (free-social-buttons) [NC]
RewriteCond %{HTTP_REFERER} (trafficmonetize) [NC]
RewriteCond %{HTTP_REFERER} (4webmasters) [NC]
RewriteRule .* – [F]
2 opcion:
RewriteEngine On
RewriteCond %{HTTP_REFERER} (\.)?4webmasters\.org$ [NC,OR]
RewriteCond %{HTTP_REFERER} (\.)?trafficmonetize\.org$ [NC,OR]
RewriteCond %{HTTP_REFERER} (\.)?free-social-buttons\.(com|co|org)$ [NC,OR]
RewriteRule .* - [F,L]
pero nada con ninguna de estas opciones consigo eliminarlo y no encuentro nada por G para añadir!!!
aqui estan algunas de las que entran:
[img][/img]
[img][/img]