apache httpd redirect and redirectmatch
apache httpd directives can be put in either the global apache httpd config httpd.conf or in a local .htaccess file so they apply to that directory and any subdirectories.throw away non linux M$ file & directory access
# STOP VIRUSES SCANNING redirect /C http://www.stoptheviruscold.invalid redirect /D http://www.stoptheviruscold.invalid redirect /MSADC http://www.stoptheviruscold.invalid redirect /msadc http://stoptheviruscold.invalid redirect /scripts http://www.stoptheviruscold.invalid redirect /_mem_bin http://stoptheviruscold.invalid # STOP VIRUSES EXECUTION RedirectMatch (.*)\.cmd$ http://stoptheviruscold.invalid RedirectMatch (.*)\.exe$ http://stoptheviruscold.invalid
REFERRERS
HtAccess