GetSimple Support Forum

Full Version: GS on NGINX - No 2nd level pages working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have GS running on NGINX, however I cannot get any pages to work past the first level.

EG:

www.mysite.com/page1/ - works fine

www.mysqite.com/page1/more-info/ - returns a 404

www.mysite.com/page1/id=more-info/ works

This is how it works regardless if fancy_urls are on or off.

my NGINX config:

location / {
         try_files $uri $uri/ /index.php?id=$uri&args;
    }


Any help would be greatly appreciated. I seem to have exhausted any available resources on this (there does not seem to be much).

Thanks!