Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An absolute URL basepath #59

Open
yani opened this issue Nov 27, 2016 · 0 comments
Open

An absolute URL basepath #59

yani opened this issue Nov 27, 2016 · 0 comments

Comments

@yani
Copy link

yani commented Nov 27, 2016

I have a chrooted setup where I'm trying to serve files from the starting_dir: /wwwfiles/
The basedir has been set to / and the explorer script is located at /public_html/explorer.php
The webserver has rules for URLs towards http://example.com/files/<filepath> where the files from /wwwfiles/ are served by a download-script.

The files are correctly displayed in the folder view.

My issue however is that I can't make the URLs point to http://example.com/files/<filepath>
Right now they are being translated to http://example.com/wwwfiles/<filepath>

I think it would be a good to allow an absolute URL basepath.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant