mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-27 03:15:50 +03:00
[GH-ISSUE #929] 404 on media files #609
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#609
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vivetahiti on GitHub (Jan 3, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/929
Hi everyone,
on a Debian 11 Bullseye runing on a Raspberry and using NGinx, I get a 404 on every media uploaded.
The URLs look like:
http://192.168.0.107:3670/index.php?p=RE19-20-21-2022&view=Logo-Confidentiel.png
(where index.php is the original php file renamed by myself and is working perfectly)
The GET requests look like:
http://192.168.0.107:3670/srv/dev-disk-by-uuid-24b8bab8-f694-42e8-a7c5-0aab91d3fdb8/Documents/.../Logo-Confidentiel.png
The full paths shown look like:
Full path: /srv/dev-disk-by-uuid-24b8bab8-f694-42e8-a7c5-0aab91d3fdb8/Documents/.../Logo-Confidentiel.png
The web page just shows a text saying " image " .
I can download it, but clicking on " open " leads to 404 NGINX standard page with this kind of URLs:
http://192.168.0.107:3670/srv/dev-disk-by-uuid-24b8bab8-f694-42e8-a7c5-0aab91d3fdb8/Documents/.../Logo-Confidentiel.png
Thank you all