REST API error


#1

Hey guys- This is the second installation of Ushahidi on a godaddy server and I am having the same problem when I call an API call http://website_url/ushahidi/api?task=incidents

I always get : {"code":"001","message":"Missing Parameter - task."}

Any idea why this is happening?



#2

I solved it by changing the .htaccess rewrite part with:

RewriteRule ^(.+)$ index.php?kohana_uri=$1 [PT,L,QSA]



#3

I having an issue with this too? iv’e changed the .htaccess file but still no success, any other ideas?