I'm setting up a virtual host in apache just for static files. Therefore I'd not add a php handler, which is fine.
However, is it possible to configure the virtualhost to accept only jpg, gif and png requests or at least throw 404's for any php file request?
Thanks