Project

General

Profile

Actions

Bug #2963

closed

Wordpress rest api - wp-json - error 404

Added by rusborder almost 5 years ago. Updated 2 months ago.

Status:
Invalid
Priority:
Low
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

I have several websites, different setting up permanent links.
Recently I made attempt to install Yoast SEO plug-in https://wordpress.org/plugins/wordpress-seo/.
After activation I saw in the mistake console (rest api wp-json and wp-json/wp/v2/) error 404.
I tried to find the solution searching - but I found nothing.

http://domain.com/wp-json/wp/v2/posts
http://domain.com/wp-json
404 - Not Found

url.rewrite-if-not-file = (
"^/(wp-.+).*/?" => "$0",
"^/images/.*/?" => "$0",
"^/temp/.*/?" => "$0",
"^/keyword/([A-Za-z_0-9\-]+)/?$" => "/index.php?keyword=$1",
"^/.*?(\?.*)?$" => "/index.php$1"
)

lighttpd/1.4.53
Debian GNU/Linux 9.9 (stretch)

Actions #1

Updated by gstrauss almost 5 years ago

  • Category deleted (mod_rewrite)
  • Status changed from New to Invalid
  • Priority changed from Normal to Low
  • Target version deleted (1.4.x)

If you are asking if anyone else has seen this issue, or knows how to solve it, please post in the forums.

This reads like "How do I ... Wordpress?" but you filed a bug report on the lighttpd website, which is inappropriate.

If this previously worked for you with lighttpd, please post more details. Otherwise, please post in the forums, as this is not a lighttpd bug.

Actions #2

Updated by gstrauss 2 months ago

  • Description updated (diff)
  • ASK QUESTIONS IN Forums set to No
Actions

Also available in: Atom