Bug #2765

request path is not correctly determined when FLOW3 isn't installed in webroot

Added by Bastian Waidelich over 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-03-05
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:MVC
Target version:-
PHP Version: Complexity:
Has patch: Affected Flow version:

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)

Associated revisions

Revision 1de20d2f
Added by Karsten Dambekalns over 6 years ago

FLOW3:
  • another slight change to URI rewriting, fixes #2765

Revision ab8a03b0
Added by Karsten Dambekalns over 6 years ago

FLOW3:
  • another slight change to URI rewriting, fixes #2765

Revision 4453d68e
Added by Karsten Dambekalns over 6 years ago

FLOW3:
  • another slight change to URI rewriting, fixes #2765

History

#1 Updated by Karsten Dambekalns over 6 years ago

  • Status changed from New to Accepted
  • Priority changed from Should have to Must have

Broken as of r1967 me thinks...

#2 Updated by Karsten Dambekalns over 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r1975.

Also available in: Atom PDF