mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #783] Network path not found error when page is set up as https #533
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#533
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 @mut9bu on GitHub (May 24, 2022).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/783
Hello
The tinyfilemanager is working so far very good.
But i have one problem: If I host the index.php as http or https the tinyfilemanager is working in general but if I define the root path as a network path I get always the error "Root path xxx not found". For local root paths there is no problem.
If I host the index.php on Apache as http there is no problem. I can also define a network path as root path. But on Apache24 side I have problems on configuring the ssl. So therefore I have to host the page on IIS.
What could be the problem , that i cannot define a networkpath when the page is hosted on IIS?
// Root path for file manager
// use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'
$root_path = '//10.92.114.73/E$';
@mut9bu commented on GitHub (Jun 4, 2022):
I have found out that this is a IIS issue, not specific to tinifilemanager.