I bought a script and the author has set up the links with the following format: domain.com/file.php/?param=value Unfortunately, my server does not process these links but I dont know why (trying to figure out why he set it up this way in the first place) but how can I get nginx to process these urls? try_files $uri $uri/ /index.php?$args; Any advice appreciated.