Vesti:

Samo za Registrovane članove je moguć pristup u kategoriji '' Ljubav & Sex & Lepotice''
Obavezno pročitajne uslove korišćenja Foruma ->
Uslovi Korišćenja

Main Menu

Block arhcive.org Fix - 2024

Započeo autentik, 30-10-2023, 11:46:44

« prethodna tema - sledeća tema »

0 Članovi i 1 gost pregledaju ovu temu.

autentik

in    robot.txt    put this


User-agent: ia_archiver
Disallow: /

User-agent: archive.org_bot
Disallow: /

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


in    .htaccess    put this

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>