Bug #2765
request path is not correctly determined when FLOW3 isn't installed in webroot
Start date:
2009-03-05
Due date:
% Done:
100%
Estimated time:
PHP Version:
Has patch:
Complexity:
Description
When FLOW3 is not installed in the htdocs root, it does not correctly determine the request path of the URI.
Example:
http://localhost/flow3/Public/
Instead of displaying the default view, FLOW3 tries to find the "Public"-Controller in the "flow3"-Package and throws a 404.
A temporary solution is to create a virtual host, so you can access FLOW3's root via
http://flow3/ (or the like)
Updated by Karsten Dambekalns almost 12 years ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Broken as of r1967 me thinks...
Updated by Karsten Dambekalns almost 12 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r1975.