requested URL was not found | AppGini 25.10

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
Moh Youba
Veteran Member
Posts: 239
Joined: 2017-03-12 09:31

requested URL was not found | AppGini 25.10

Post by Moh Youba » 2025-03-03 10:02

Hello

Please help with this problem. When I try to download a file previously recorded on the system, I get below error message.

"Not Found
The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

ppfoong
Veteran Member
Posts: 65
Joined: 2021-07-13 16:46

Re: requested URL was not found | AppGini 25.10

Post by ppfoong » 2025-03-04 05:24

Some basic troubleshooting steps:
1. Check in the folder whether the file is there.
1a. If no, that is the reason you got 404 error.
1b. If yes, check folder and file permission. Is it accessible by the web server daemon? (normally this will not give 404 error but other error code such as 401 or 403. But it is programmable to make it return 404 too...)

2. Check what URL is used to access the file.

3. Is the URL correct?
3a. If no, check which portion in the code that generates the URL. If it is a bug, you can paste the code here and report it.
3b. If yes, check .htaccess and other web access control and redirection.

Post Reply