Forum Moderators: phranque
RewriteRule file2?\.zip - [NC,F] ^([^/]+/)* you avoid the situation where a request for blah/blahblahfileblah<something> looks like it might match when f i l e is seen and then found not to match when it is not followed by a period, but matching has to carry on to the end to be sure there isn't file.zip on the end after all.