2014-05-24 10 views
10

Sto utilizzando il seguente plug-in Json Rest API.Wordpress JsonAPI -/wp-json/non è stato trovato su questo server

Per testare il plugin le documentation stati che dovrei semplicemente utilizzare:

$ 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> 

Come si può vedere non viene trovato nulla dall'URL. Qualche raccomandazione se c'è un problema con l'API o wordpress?

Apprezzo la tua risposta

+2

Hai [permalink graziosi] (http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks) attivato? – brasofilo

+0

@brasofilo Thx per la tua risposta! ( – mrquad

risposta

8

La versione attuale di REST API per i siti con graziose permalink non abilitato, l'URL

yoursite.com/?rest_route=/ 

funzionerà.

+0

Ha funzionato come un fascino, grazie! –

+0

yoursite.com/index.php/wp-json funziona anche – Foad