Page 1 of 1

REST Api - api/rest/issues was not found on this server

Posted: 21 Feb 2024, 20:28
by acoder2020
I'm getting the following error when attempting to access the rest/issues API:

Code: Select all

The requested URL /mantisbt-2.26.0/api/rest/issues was not found on this server.
Is there an additional plugin needed?

Re: REST Api - api/rest/issues was not found on this server

Posted: 21 Feb 2024, 21:32
by acoder2020
Uupdated /etc/httpd/conf.d/ssl.conf as below:

Code: Select all

<Directory /path/to/mantis>
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>
This got it going