The following RewriteRule redirects every request to bootstrap.php except the filextenstions between the parentheses
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css|pdf|doc|txt|htm|html|xml|ttf|flv|swf|xml|ics|htc)$ bootstrap.php
Is it possible to exclude ALL files witouth declaring them like above?
So all requests should redirect to boostrap.php if the request is not a file