I changed it to this:
Quote:
[ISAPI_Rewrite]
rejoin.eejit.breakme
# Defend your computer from some worm attacks
RewriteRule .*(?:global.asa|default.ida|root.exe|..).* . [F,I,O]
RewriteCond Host: ^mysite.ie
RewriteRule (.*) http://www.mysite.ie$1 [I,RP] |
and it didnt seem to break anything