REST API 404 error, probably related to my localhost setup (Apache)
-
I’m getting a 404 REST API -endpoint error on my localhost install (LAMP). The site is duplicated (with Duplicator) from a live site, and the live site doesn’t have the issue.
Though, I’m using a block editor theme (Twenty Twenty Three) on the local install (I’m going to switch themes on the live site later).
The error message in Site health:
REST API-endepunkt: http://localhost/xxxx/wp-json/wp/v2/types/post?context=edit REST API-respons: (404) Not FoundI tried to google for solutions, but couldn’t find anything to that worked. I’ve ruled out:
- plugin conflicts (deactivated all of them, no difference)
- .htaccess looks fine
- tried resaving permalinks
- checked url structure. Looks to be correct. The install is in a subfolder, but that shouldn’t cause an issue
- swithching themes or enabling Classic editor is pointless as I need the block editor theme to work (and it is a clean twenty twenty three theme)
- mixed content error shouldn’t apply as the localhost is http only
- I don’t have any firewall plugins or similar to cause issues
So I guess it has something to do with my setup (LAMP with Manjaro Linux). I found a post where someone changed the configuration for the web directory in Apache (DocumentRoot) to “AllowOverride All”, but that didn’t help. I also tried to change permissions for .htaccess, but that didn’t help either.
Anyone who can help?
The topic ‘REST API 404 error, probably related to my localhost setup (Apache)’ is closed to new replies.