Replies: 1 comment
-
The solution proposed here works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I find TinyFileManager is an incredible tool (simple and powerful), but I have some difficulties with the configuration.
I have put the tinyfilemanager.php in /var/www/html/tiny/ and I have renamed it index.php. Besides, the data are stored in /var/www/html/public/.
I want that the user1 has access to /var/www/html/public/. But, the user2 only to /var/www/html/public/folder/. The direct links work with user1 but not with user2. I have an horrible url with the user2 like : https://my.domain.net/publictiny/var/www/html/public/folder/file.txt. But, I want https://my.domain.net/public/folder/file.txt.
Why does this happen ? Can someone help me ?
Beta Was this translation helpful? Give feedback.
All reactions