2018-08-25, 10:18:06
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!
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!