Index: wp-includes/rewrite.php
===================================================================
--- wp-includes/rewrite.php	(revision 22406)
+++ wp-includes/rewrite.php	(working copy)
@@ -1528,7 +1528,7 @@
 		// Old feed and service files
 		$deprecated_files = array(
 			'.*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\.php$' => $this->index . '?feed=old',
-			'.*wp-app\.php$' => $this->index . '?error=403',
+			'.*wp-app\.php(/.*)?$' => $this->index . '?error=403',
 		);
 
 		// Registration rules
