Wordpress and Xampp not open child pages

后端 未结 2 2071
感情败类
感情败类 2020-12-20 08:20

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

相关标签:
2条回答
  • 2020-12-20 09:03

    For others that might come across this issue but already have mod_rewrite enabled as I did, try creating .htaccess and making it writable.

    0 讨论(0)
  • 2020-12-20 09:07

    By default, Xampp has FollowSymlinks disabled. See point 4 on how to

    • enable mod rewrite (if not done already)
    • set AllowOverride from none to all

    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).

    0 讨论(0)
提交回复
热议问题