Lost the ability to run in a subdirectory
Closed this issue · 8 comments
LordAro commented
Liking what you're doing with phppgadmin, considering how dead upstream is
However, it appears that in your changes you've made it so that you can no longer use phppgadmin in a subdirectory, e.g. example.com/phppgadmin . This appears to be because of hardcoded / at the beginning of all filepaths.
Would be excellent if you could restore this ability :)
ffflabs commented
I could try. However, keeping static assets linked relatively to current url won't be trivial once you right click somewhere on the tree and display a section on its own as opposed to displaying it in a frameset.
LordAro commented
Yeah, that's about as far as I got when trying to fix it myself...
On 28 Mar 2017 00:32, "Felipe Figueroa" <notifications@github.com> wrote:
I could try. However, keeping static assets linked relatively to current
url won't be trivial once you right click somewhere on the tree and display
a section on its own as opposed to displaying it in a frameset.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD0oOKju4pHv6Kgzuoi6gPBWNaXp9xdiks5rqEcUgaJpZM4MqxGc>
.
jangrewe commented
Yes, restoring this functionality would be crucial - thanks! =)
ffflabs commented
I'm working on this
ffflabs commented
jangrewe commented
ah, nevermind! Fixing the Nginx config solved it. Thanks!