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

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
acoder2020
Posts: 65
Joined: 11 Jan 2024, 19:32

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

Post 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?
acoder2020
Posts: 65
Joined: 11 Jan 2024, 19:32

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

Post 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
Post Reply