Hi! I'm relatively new to processwire. I'm having a problem with a site where links to pages which DO exist are giving me a 404 error.
I have a front page with 3 components -- three processwire pages and each of them has a child:
component 1
component 1 subpage
component 2
component 2 subpage
component 3
component 3 subpage
The three components work and produce a complete front page.
However when I click on the links to subpages I get 404 errors:
echo "<a href='$page->child'>subpage</a>";
What am I doing wrong? The child page link, when shown in the browser front page is:
<site url/1070>
The client is waiting for the site to be finished and I can't link to anything. By the way, other lnks on the site are working.
Thanks!