GS on NGINX - No 2nd level pages working - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5) +--- Thread: GS on NGINX - No 2nd level pages working (/showthread.php?tid=10574) |
GS on NGINX - No 2nd level pages working - plahpoy - 2018-08-25 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! |