Nginx Server will not process files with a / (slash) after the file extension

Discussion in 'Nginx' started by tbobker, Aug 1, 2016.

  1. #1
    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.
     
    tbobker, Aug 1, 2016 IP