NGINX /index.php redirect to / don't work

Discussion in 'Tips/Tricks/Mods' started by Pyxis, Nov 28, 2018.

  1. Pyxis

    Pyxis New Member

    Hi, I have an Ispconfig 3.1 installation (hotoforge) ubuntu 18 lts with nginx.
    All wordpress sites...all sites work good..One website don't redirect index.php to /.
    The default config have the snippet:

    location / {
    try_files $uri $uri/ /index.php?$args;
    }
    Also www and https redirect don't work..https flag on ispconfig solve the https redirect but is strange that all others works without custom edit.
    All other sites has the same plugins also..
     

Share This Page