I\'m working with wordpress + xampp but I can not see the child pages.
Appears:
Object not found!
The requested URL was not found on thi
For others that might come across this issue but already have mod_rewrite
enabled as I did, try creating .htaccess
and making it writable.
By default, Xampp has FollowSymlinks disabled. See point 4 on how to
https://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
If AllowOverride is not set to all, permalinks will cause exactly these 404 errors you describe ("Not found" on existing pages).