This is not the final version of the router, there are no endpoints for post requests and most likely a lot more
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ index.php?$1 [L,QSA]
try_files $uri $uri/ /index.php?$args;