disable gzip on a single file?

#1
I have found this to work globally:
RewriteRule . - [E=no-gzip:1]

But I have a single file, just one page on my entire site, that must have gzip compression disabled. Let's just say that it's "index.php."

Can anyone please tell me how I'd modify the above line to disable gzip compression on just "index.php," for example.

If so, thanks in advance.
 
Top