español ejemplo desde consumir json wordpress wordpress-plugin openshift

ejemplo - Wordpress JsonAPI-/ wp-json/no se encontró en este servidor



wordpress api endpoint (3)

Estoy usando el siguiente complemento Json Rest API .

Para probar el complemento, la documentación indica que debería usar:

$ curl -i http://testpress-maxximus.rhcloud.com/wp-json/ HTTP/1.1 404 Not Found Date: Sat, 24 May 2014 07:01:21 GMT Server: Apache/2.2.15 (Red Hat) Content-Length: 303 Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /wp-json/ was not found on this server.</p> <hr> <address>Apache/2.2.15 (Red Hat) Server at testpress-maxximus.rhcloud.com Port 8 0</address> </body></html>

Como puede ver, la URL no encuentra nada. ¿Alguna recomendación si hay un problema con la API o WordPress?

Agradezco tu respuesta




La versión actual de la API REST para sitios con enlaces permanentes no habilitados, la URL

yoursite.com/?rest_route=/

trabajará .