If Bugs is installed in a subfolder/basedir of a host's document root (eg. http://www.example.com/applications/bugs), then:
- some assets (Bugs icon, favicon) disappear and
- many of the server-side redirects (eg. after login, issue creation etc.) stop working (404).
- is easily fixed by use of
URL::to_asset() in login.php and header.php.
- requires a thorough look at how the redirect urls are built... Example: login.php currently uses Symfony's
Request::getRequestUri() instead of the more application-aware (and probably correct) URI::current().
If Bugs is installed in a subfolder/basedir of a host's document root (eg. http://www.example.com/applications/bugs), then:
URL::to_asset()in login.php and header.php.Request::getRequestUri()instead of the more application-aware (and probably correct)URI::current().