[GH-ISSUE #37] 2 issue improvement #22

Closed
opened 2026-03-02 15:55:04 +03:00 by kerem · 2 comments
Owner

Originally created by @borrougagnou on GitHub (Apr 15, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/37

Hi, I found different think you need to improve
because it's quite annoying
first:
when I move "tinyfilemanager.php" in another folder eg: "http://website.com/test/test2/tinyfilemanager.php"
all time, the folder manager send me back to "/" not "/test/test2" folder :/

second:
when I type:
tinyfilemanager.php?p=file%2Fold&view=tinyfilemanager.php
the tinyfilemanager ask me my login and password (that okay) but after, send me back to "/" folder not "file/old/" folder :/

If you can fix that, it would be cool.

Originally created by @borrougagnou on GitHub (Apr 15, 2018). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/37 Hi, I found different think you need to improve because it's quite annoying first: when I move "tinyfilemanager.php" in another folder eg: "http://website.com/test/test2/tinyfilemanager.php" all time, the folder manager send me back to "/" not "/test/test2" folder :/ second: when I type: tinyfilemanager.php?p=file%2Fold&view=tinyfilemanager.php the tinyfilemanager ask me my login and password (that okay) but after, send me back to "/" folder not "file/old/" folder :/ If you can fix that, it would be cool.
kerem 2026-03-02 15:55:04 +03:00
Author
Owner

@prasathmani commented on GitHub (Apr 15, 2018):

@borrougagnou : you need to configure the root directory for file manager in line no: 48
$root_path = $_SERVER['DOCUMENT_ROOT'].'/test/test2';

deep linking is not implemented as of now, you will get this feature updates.

<!-- gh-comment-id:381375196 --> @prasathmani commented on GitHub (Apr 15, 2018): @borrougagnou : you need to configure the root directory for file manager in line no: 48 ` $root_path = $_SERVER['DOCUMENT_ROOT'].'/test/test2'; ` deep linking is not implemented as of now, you will get this feature updates.
Author
Owner

@borrougagnou commented on GitHub (Apr 15, 2018):

okay 👍 thx

<!-- gh-comment-id:381375377 --> @borrougagnou commented on GitHub (Apr 15, 2018): okay 👍 thx
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#22
No description provided.