Protection contre les aspirateurs des site

Résolu
gezaakk Messages postés 443 Statut Membre -  
 houssem -
Bonjour,
je veut savoir si il y a un moyen de protégé un site web contre les aspirateur des site?
merci d'avance

4 réponses

  1. Templier Nocturne Messages postés 9989 Statut Membre 1 107
     
    non, aucun moyen
    0
  2. gezaakk Messages postés 443 Statut Membre 34
     
    j'ai utiliser un .htaccess et j'ai cette erreur

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.
    0
    1. avion-f16 Messages postés 19182 Date d'inscription   Statut Contributeur Dernière intervention   4 511
       
      En copiant le contenu censé être dans un robots.txt ?
      C'est normal, le robots.txt et le .htaccess, ce n'est pas la même chose.
      Je t'ai donné le lien pour récupérer la liste des user-agent.

      Pour bannir plusieurs UA avec le .htaccess :
      RewriteEngine On
      
      RewriteCond %{HTTP_USER_AGENT} UserAgentA  [OR]
      RewriteCond %{HTTP_USER_AGENT} UserAgentB  [OR]
      RewriteCond %{HTTP_USER_AGENT} UserAgentC
      # Fin
      
      RewriteRule .* - [F,L] 
      0
    2. avion-f16 Messages postés 19182 Date d'inscription   Statut Contributeur Dernière intervention   4 511
       
      Essaye en ajoutant cette ligne au milieu des semblables :
      RewriteCond %{HTTP_USER_AGENT} HTTrack 3.0 [OR]
      0
    3. gezaakk Messages postés 443 Statut Membre 34
       
      et ça empêche le reboot de google a indexer mon site?
      0
    4. avion-f16 Messages postés 19182 Date d'inscription   Statut Contributeur Dernière intervention   4 511
       
      Non
      0
  3. gezaakk Messages postés 443 Statut Membre 34
     
    quand je met RewriteCond %{HTTP_USER_AGENT} HTTrack 3.0 [OR]
    j'ai cette erreur

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.
    0
    1. avion-f16 Messages postés 19182 Date d'inscription   Statut Contributeur Dernière intervention   4 511
       
      Essaye avec :
      RewriteCond %{HTTP_USER_AGENT} HTTrack\ 3\.0 [OR]
      0
    2. gezaakk Messages postés 443 Statut Membre 34
       
      oui ca marche Merci
      0
    3. djerbien31
       
      ca marche pas contre winHTTRACK
      0
    4. houssem
       
      surtout la dernier version Version httrack 3.44-5 (02/11/2012) esque il y a une solution ??
      0