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)