Wordpress and Xampp not open child pages

后端 未结 2 2082
感情败类
感情败类 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: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).

提交回复
热议问题