This should help if you're trying to get things running on nginx.
location / { ## First we try the URI and relay to the /index.php?$uri&$args if not found. try_files $uri /index.php?$uri&$args; }
Like
ok good
Just that ?