Uh oh!
There was an error while loading. Please reload this page.
make it installable in web sub directory - #98
Conversation
using base href tag and converting links from absolute '/' to using the base href.
There is one thing that may be annoying: When using the base-tag, relative links like Wouldn't this make the base tag quite useless? Need to research when and why this odd behavior was added/changed in HTML4/5 standards .. |
nikic
commented
Oct 21, 2021
Not sure it's worthwhile to support this. Nowadays a root URL is just a |
peterdd
commented
Oct 21, 2021
I am just testing the php.net programs with apache http server in vagrant boxes, sister programs like https://pear.php.net/bugs/ use also a web sub directory. And there is this configuration available in the sources, so made it somehow work. So that was the motivation. |
derickr
commented
Jul 31, 2024
bugs.php.net is no longer really used, and hence, we're sunsetting it. Due to that, I don't think it makes sense to merge this patch, which also has conflicts. |
The global $basedir configuration is currently not used across the sources.
This PR fixes it by using the base href tag and fixing the links.