It means that any url that matches those expressions (the ! means not) automatically goes to Newscoop. You need to add an exception in that rule for your file. Something like this:
RewriteCond %{REQUEST_URI} !/+file$
Put the new line anywhere with the other RewriteCond lines before that RewriteRule.