Index: wp-includes/rewrite.php
===================================================================
--- wp-includes/rewrite.php	(revision 13668)
+++ wp-includes/rewrite.php	(working copy)
@@ -1683,6 +1683,7 @@
 		$rules = "<IfModule mod_rewrite.c>\n";
 		$rules .= "RewriteEngine On\n";
 		$rules .= "RewriteBase $home_root\n";
+		$rules .= "RewriteRule ^index\.php$ - [L]"; // Prevent -f checks on index.php.
 
 		//add in the rules that don't redirect to WP's index.php (and thus shouldn't be handled by WP at all)
 		foreach ( (array) $this->non_wp_rules as $match => $query) {
