Je cherche un moyen 100% efficace de bloquer httrack sur mon forum.
A priori (sur), cela ne marche pas
A priori (sur), cela ne marche pas
Code:
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^.*HTTrack.*$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^.*HTTrack3.0x.*$ [OR]
RewriteRule ^.*$ http://127.0.0.1/ [L,R=301]