Joomla.it Forum
Componenti per Joomla! => SEO => : Proxima 29 Apr 2015, 17:21:12
-
Salve
cosa comporta bloccare nel .htaccess l' User-agent libwww-perl?
grazie mille
-
che se qualcosa presenta quell'agent non accede più al tuo sito.
La domanda giusta è: "chi usa quell'user agent"? ... uno script Perl!
Allora forse la domanda è: " e cosa fanno con uno script Perl?" ....lo vedi dai log, solitamente non fanno nulla di utile
-
Ho trovate queste due apparentemente da aggiungere alla fine dell'.htaccess. Voi l'avete fatto?
1---
SetEnvIfNoCase User-Agent "^libwww-perl*" block_bad_bots
Deny from env=block_bad_bots
----
2---
RewriteCond %{HTTP_USER_AGENT} libwww [NC,OR]
RewriteCond %{QUERY_STRING} ^(.*)=http [NC]
RewriteRule ^(.*)$ – [F,L]
----