Cita:
Iniciado por pereztroff virgil, en cristiano por favor, ¿que dijiste?
no entendi, gracias.
Crea o agrega al archivo .htaccess en el directorio raíz:
Código:
SetEnvIfNoCase User-Agent "^webcopier" no_bot
<Limit GET POST>
Order Allow,Deny
Allow from all
Deny from env=no_bot
</Limit>
SetEnvIfNoCase User-Agent "^webcopier" no_bot Crea la variable no_bot en el caso de que el User-Agent contenga webcopier (sin considerar mayúsculas o minúsculas).
Deny from env=no_bot Bloquea el acceso a los bots "marcados"