(2012-02-07, 05:22:30)[/root.] Wrote: I'm using this code
Code:location / {
try_files $uri $uri/ /index.php?id=$uri;
}
and it works well with the %slug% structure. if I use %parent/%slug% it throws me a 404 error for all child pages.
Any ideas? Thanks.
Hi, I am having the exact same issue, did you ever find a solution?
currently I am using: try_files $uri $uri/ /index.php?id=$uri&$args;
only top level pages are working...
Thanks!