[thelist] Redirect user agent to warning page

John C Bullas jcbullas at nildram.co.uk
Sun Nov 16 02:23:08 CST 2003


OK, I want to redirect any attempted access by a Useragent
called Web Downloader to just one URL everytime they access the site!

Our 272 page site is being downloaded almost every night!!!!!!

Something like........

if(useragent.indexOf('Web Downloader')) {
   document.location=('http://www.ime.org.uk/dont_download_the_entire_site_you_muppet.html')
}

But in "real words" and that can sit in .htaccess in root!

FB 



More information about the thelist mailing list