2012-02-07, 05:22:30
I'm using this code
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.
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.