WP-API / docs-v2

Documentation for version 2 of the API
http://v2.wp-api.org
58 stars 76 forks source link

Changes in new versión #145

Closed pelayopc closed 8 years ago

pelayopc commented 8 years ago

Now, with this request: myblog.com/wp-json/wp/v2/categories i get an html web from the blog, (index), no a json file, what must i do? thx

example: http://vigorizate.com/wp-json/wp/v2/categories/

danielbachhuber commented 8 years ago

Do other endpoints work as expected? Can you verify the plugin is installed and activated?

pelayopc commented 8 years ago

Yes installed and activated, dont works with other endpoints http://vigorizate.com/wp-json/wp/v2/tags/ http://vigorizate.com/wp-json/wp/v2/posts/

all redirect to index

danielbachhuber commented 8 years ago

Ok. This problem is specific to your site, and is likely being caused by other code on the site or your server configuration.

It's hard to say what the exact problem might be without having access to your codebase, though. Sorry I can't be more helpful.