Razne zanimljive teme > Internet / Računari

Block arhcive.org Fix - 2024

(1/1)

autentik:
in    robot.txt    put this


--- Kod: ---User-agent: ia_archiver
Disallow: /

User-agent: archive.org_bot
Disallow: /

User-agent: ia_archiver-web.archive.org
Disallow: /

--- Kraj koda ---

in    .htaccess    put this


--- Kod: ---RewriteCond %{HTTP_USER_AGENT} (archive.org_bot) [NC]
RewriteCond %{HTTP_USER_AGENT} archive.org_bot [NC]
RewriteRule .* - [R=403,L]


SetEnvIfNoCase User-Agent "^ia_archiver" bad_bot
SetEnvIfNoCase User-Agent “^archive.org_bot” bad_bot
SetEnvIfNoCase User-Agent “^ia_archiver-web.archive.org” bad_bot
Order Allow,Deny
Allow from all
Deny from env=bad_bot
#You can send an email request for us to review to info@archive.org with the URL (web address) in the text of your message.

<Limit GET POST HEAD>
Order Allow,Deny
Allow from all
Deny from env=bad_bot
</Limit>

--- Kraj koda ---

Navigacija

[0] Indeks poruka

Idi na punu verziju