Apache uses the. htaccess file to implement the screen wget download site content _linux

Source: Internet
Author: User

After discovering, although wget follow robots.txt rules, but that still can go around, now I use the shielding method to share to everyone:

1. screen download any file

. htaccess

Setenvifnocase user-agent "^wget" Bad_bot
<limit get post> order
  Allow,deny Allow to all
  Deny From Env=bad_bot
</Limit>

2. Screen download part of the file

. htaccess

Setenvifnocase user-agent "^wget" Bad_bot
setenvifnocase user-agent "^wget/1.5.3" Bad_bot
SetEnvIfNoCase User-agent "^wget/1.6" Bad_bot
<files ~ ". ( html|pdf|mp3|zip|rar|exe|gif|jpe?g|png|php|jsp) $ "> order
allow,deny
Allow from all
Deny from env= Bad_bot
</files>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.