Search found 1 match

by mnewnham
06 Dec 2019, 16:43
Forum: Help
Topic: REST API is not working
Replies: 10
Views: 21679

Re: REST API is not working

HTH for all trying to get this working

My server is Apache2.2
The first error I got was

/mantisbt/api/rest/issues was not found 404


To resolve this, I changed the conf.d/mantisbt.conf from


AllowOverride None

to

AllowOverride All


Once I changed that, I got an Error 500 . Looking in ...