I understand how to get regular .php files to work, but my PHP framework only works by going to domain.com/index.php/blah/blah/ - notice the / after index.php and not index.php?blah=. I can't seem to get this to work in nginx, as it sees /index.php/blah/blah/ as directories and not just index.php with variables. Can anyone help me?