Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS on NGINX - No 2nd level pages working
#1
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!
Reply




Users browsing this thread: 1 Guest(s)