I have an htaccess rewrite setup in my PHP application to route files via the bootstrapper file. In essence, the goal is to take a URL such as www.domain.com/view/key/value
If you remove the ajaxDispatcher.php line from the code you show, it should work - because of the !-f and !-d rules, requests to files that actually exist will be excluded from the rewrite ruke.