mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #363] Bug: about online play url error #268
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#268
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 @huya1121 on GitHub (May 20, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/363
When I setup "User Specific Directories"
the online play video/img/audio file URL is not correct.
for example:
domain abc.com
User Specific Directories
'user' => '/var/www/abc.com/cloud'
play link should be http://abc.com/cloud/123.mp4
but it shows: http://abc.com/var/www/abc.com/cloud/123.mp4
@TheFax commented on GitHub (May 24, 2020):
Why you not set only
'user' => '/cloud'?@huya1121 commented on GitHub (May 25, 2020):
"Root path "/cloud/gdrive" not found!"
This setting is not going to work.
@ghost commented on GitHub (Aug 18, 2020):
bug fixed at forked version, please check
https://github.com/GonistLelatel/tinyfilemanager_dev