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