RewriteEngine On

# Change below to the HTTP directory within which you will see the files
# Example: if your stolen site will show up at www.uckymuck.com/moocow/funnybuns/,
# change below line to: RewriteBase	/moocow/funnybuns/
#    
# (note--this is your web directory, not your UNIX user directory).
#
# If your stolen site will show up at the root directory (e.g. www.uckymuck.com/), 
# you can simply put a # in front of below line (comment it out).

# RewriteBase	/foo/bar/

# Remember, make sure you have "rewrite ability" on the directory this file
# is in (see yesiwill.pl for instructions on that).

# If you can only put cgi files into a specific directory (and it isn't the cgi-bin
# located in your web directory), then change cgi-bin below to the correct directory,
# move iwill.conf and yesiwill.pl to that directory, and (IMPORTANT!) also set the 
# $basepath variable in iwill.conf to point to the directory where all the other files
# are located.
RewriteCond   %{REQUEST_URI} !cgi-bin.*
RewriteRule   .* cgi-bin/yesiwill.pl?%{REQUEST_URI}

# send the NIMDA worm back to who is ultimately responsible....
RewriteRule  .*winnt/system32/cmd.exe.*         http://microsoft.com 
RewriteRule  .*scripts/Admin.dll.*         	http://microsoft.com 
RewriteRule  .*MSADC/Admin.dll.*         	http://microsoft.com 
RewriteRule  .*scripts/root.exe.*         	http://microsoft.com 
RewriteRule  .*MSADC/root.exe.*         	http://microsoft.com 


