Hi,
This is related to [0]. According to [1] we should replace the PmaAbsoluteUri directive with PmaUri, which would accept relative URLs. Or maybe we don't need this directive anymore.
See mainly checkPmaAbsoluteUri().
It's a little late for 4.5.0 and even for 4.5.x, so I suggest we target 4.6 for this.
[0] https://github.com/phpmyadmin/phpmyadmin/issues/11412 [1] https://en.wikipedia.org/wiki/HTTP_location
Hi
Dne Tue, 15 Sep 2015 08:56:03 -0400 Marc Delisle marc@infomarc.info napsal(a):
This is related to [0]. According to [1] we should replace the PmaAbsoluteUri directive with PmaUri, which would accept relative URLs. Or maybe we don't need this directive anymore.
If we decide to use relative locations, then there is no need for this configuration directive ...
See mainly checkPmaAbsoluteUri().
... and for piece of code .
It's a little late for 4.5.0 and even for 4.5.x, so I suggest we target 4.6 for this.
I think removing all this in 4.6 is good idea.