[GH-ISSUE #783] Network path not found error when page is set up as https #533

Closed
opened 2026-03-02 15:59:35 +03:00 by kerem · 1 comment
Owner

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$';

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$';
kerem closed this issue 2026-03-02 15:59:35 +03:00
Author
Owner

@mut9bu commented on GitHub (Jun 4, 2022):

I have found out that this is a IIS issue, not specific to tinifilemanager.

<!-- gh-comment-id:1146580151 --> @mut9bu commented on GitHub (Jun 4, 2022): I have found out that this is a IIS issue, not specific to tinifilemanager.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#533
No description provided.