RewriteEngine on

DirectoryIndex QbRouter.php

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ QbRouter.php [NC,L]