[GH-ISSUE #655] [Docs improvement suggestion] Add context path #465

Open
opened 2026-03-02 15:58:58 +03:00 by kerem · 0 comments
Owner

Originally created by @hostar on GitHub (Nov 4, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/655

Hello,

it seems to me it is not clearly understandable how to host this project on different url than the base one.
For example, in pgadmin, this option is called "contextPath".

It is easy to achieve this (tested only without authorization).
Just change the config.php like this:

$http_host = $_SERVER['HTTP_HOST'] . '/filemanager';
Originally created by @hostar on GitHub (Nov 4, 2021). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/655 Hello, it seems to me it is not clearly understandable how to host this project on different url than the base one. For example, in pgadmin, this option is called "contextPath". It is easy to achieve this (tested only without authorization). Just change the config.php like this: ``` php $http_host = $_SERVER['HTTP_HOST'] . '/filemanager'; ```
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#465
No description provided.