Search found 3 matches

by Nofaddey
Fri Jan 22, 2021 1:16 pm
Forum: Community Support
Topic: API returns 404 - please help!!
Replies: 6
Views: 33156

Re: API returns 404 - please help!!

Issue looks in relation to me using Nginx instead of apache. nginx block looks like this currently and works fine for using the frontend only: server { listen 80 default_server; listen [::]:80 default_server; root /var/www/html/booked; # Add index.php to the list if you are using PHP index index.php...
by Nofaddey
Fri Jan 22, 2021 11:44 am
Forum: Community Support
Topic: API returns 404 - please help!!
Replies: 6
Views: 33156

Re: API returns 404 - please help!!

Noticed within /Web/Services/ folder on the box the folder only contains index.php Help(folder) Authentication(folder). is it normal for it to be like this, I would have expected and Accounts folder or file to handle the api call or something? Also made a typo on the post I meant (hitting /Web/Servi...
by Nofaddey
Fri Jan 22, 2021 11:28 am
Forum: Community Support
Topic: API returns 404 - please help!!
Replies: 6
Views: 33156

API returns 404 - please help!!

Hi, I have enabled API access and I can reach the documentation page at /Web/Services/index.php but when I try to do any of the calls in the documentation using postman I get 404 (hitting /Web/Services/index.php/Accounts/ for example). please can anyone make any suggestions as to why I'm seeing this...