Protection contre les aspirateurs des site
Résolu
gezaakk
Messages postés
382
Date d'inscription
Statut
Membre
Dernière intervention
-
houssem -
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
je veut savoir si il y a un moyen de protégé un site web contre les aspirateur des site?
merci d'avance
A voir également:
- Protection contre les aspirateurs des site
- Site comme coco - Accueil - Réseaux sociaux
- Site de telechargement - Accueil - Outils
- Site pour vendre des objets d'occasion - Guide
- Quel site remplace coco - Accueil - Réseaux sociaux
- Site pour partager des photos - Guide
4 réponses
Salut,
Aucun moyen réellement fiable.
Tu peux cependant bannir certain user-agent utilisés par les aspirateurs.
https://www.webrankinfo.com/forum/t/methode-simple-pour-interdire-laspiration-de-votre-site.77252/
Par contre, je te recommande plutôt d'utiliser un .htaccess et pas le robots.txt
Aucun moyen réellement fiable.
Tu peux cependant bannir certain user-agent utilisés par les aspirateurs.
https://www.webrankinfo.com/forum/t/methode-simple-pour-interdire-laspiration-de-votre-site.77252/
Par contre, je te recommande plutôt d'utiliser un .htaccess et pas le robots.txt
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.
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.
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 :
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]
j'ai utiliser cette réponce
https://www.webrankinfo.com/forum/t/methode-simple-pour-interdire-laspiration-de-votre-site.77252/#p738070
et ça empêche le reboot de google a indexer mon site?
https://www.webrankinfo.com/forum/t/methode-simple-pour-interdire-laspiration-de-votre-site.77252/#p738070
et ça empêche le reboot de google a indexer mon site?
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.
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.