http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewritecond
-f
Is regular file.
Treats the TestString as a pathname and tests whether or not it exists, and is a regular file.
-F
Is existing file, via subrequest.
Checks whether or not TestString is a valid file, accessible via all the...