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 this server. The link on that page seems to be in an error or out of date. Please inform the author of that page about the error.
If you think this is a server problem, please contact the webmaster.
error 404
localhost
Apache / 2.4.12 (Win32) OpenSSL / 1.0.1l PHP / 5.6.8
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).
For others that might come across this issue but already have
mod_rewrite
enabled as I did, try creating.htaccess
and making it writable.