- Home
- Categorie
- Coding e Sistemistica
- Hosting, Server e Domini
- Bloccare il Download del sito
-
Bloccare il Download del sito
Salve a tutti..
è possibile (ma credo di si) bloccare il download del mio sito da parte di programmi appositi?
mi sembra di ricordare che in apache si possono impostare delle regole..qualche dritta?
grazie tante.. a presto
-
certo che si può fare http://www.evolt.org/article/Using_Apache_to_stop_bad_robots/18/15126/
-
Prova con questo codice nel file .htaccess
RewriteEngine On # Block Bad Bots RewriteCond %{HTTP_USER_AGENT} ^BlackWidow RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw RewriteCond %{HTTP_USER_AGENT} ^Custo RewriteCond %{HTTP_USER_AGENT} ^DISCo RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon RewriteCond %{HTTP_USER_AGENT} ^eCatch RewriteCond %{HTTP_USER_AGENT} ^EirGrabber RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon RewriteCond %{HTTP_USER_AGENT} ^EmailWolf RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE RewriteCond %{HTTP_USER_AGENT} ^FlashGet RewriteCond %{HTTP_USER_AGENT} ^GetRight RewriteCond %{HTTP_USER_AGENT} ^GetWeb! RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It RewriteCond %{HTTP_USER_AGENT} ^GrabNet RewriteCond %{HTTP_USER_AGENT} ^Grafula RewriteCond %{HTTP_USER_AGENT} ^HMView RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^InterGET RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja RewriteCond %{HTTP_USER_AGENT} ^JetCar RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider RewriteCond %{HTTP_USER_AGENT} ^larbin RewriteCond %{HTTP_USER_AGENT} ^LeechFTP RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX RewriteCond %{HTTP_USER_AGENT} ^Navroad RewriteCond %{HTTP_USER_AGENT} ^NearSite RewriteCond %{HTTP_USER_AGENT} ^NetAnts RewriteCond %{HTTP_USER_AGENT} ^NetSpider RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire RewriteCond %{HTTP_USER_AGENT} ^NetZIP RewriteCond %{HTTP_USER_AGENT} ^Octopus RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator RewriteCond %{HTTP_USER_AGENT} ^PageGrabber RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto RewriteCond %{HTTP_USER_AGENT} ^pavuk RewriteCond %{HTTP_USER_AGENT} ^pcBrowser RewriteCond %{HTTP_USER_AGENT} ^RealDownload RewriteCond %{HTTP_USER_AGENT} ^ReGet RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger RewriteCond %{HTTP_USER_AGENT} ^SmartDownload RewriteCond %{HTTP_USER_AGENT} ^SuperBot RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP RewriteCond %{HTTP_USER_AGENT} ^Surfbot RewriteCond %{HTTP_USER_AGENT} ^tAkeOut RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro RewriteCond %{HTTP_USER_AGENT} ^VoidEYE RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker RewriteCond %{HTTP_USER_AGENT} ^WebAuto RewriteCond %{HTTP_USER_AGENT} ^WebCopier RewriteCond %{HTTP_USER_AGENT} ^WebFetch RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS RewriteCond %{HTTP_USER_AGENT} ^WebLeacher RewriteCond %{HTTP_USER_AGENT} ^WebReaper RewriteCond %{HTTP_USER_AGENT} ^WebSauger RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester RewriteCond %{HTTP_USER_AGENT} ^WebStripper RewriteCond %{HTTP_USER_AGENT} ^WebWhacker RewriteCond %{HTTP_USER_AGENT} ^WebZIP RewriteCond %{HTTP_USER_AGENT} ^Wget RewriteCond %{HTTP_USER_AGENT} ^Widow RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider RewriteCond %{HTTP_USER_AGENT} ^Zeus
Dovrebbe funzionare