Si todos van a apuntar a un mismo arcihvo, algo así como el framework de zend hace, toma entonces este ejemplo
Código Apache:
Ver originalRewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]