-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
I know this sounds silly....but
I cannot make the router to recognize urls when the index.php is inside a subdirectory.
I added the RewriteBase rule but still the router works only if I prepend the subdirectory in rooute definitions.
/path/to/project/web/subdir/index.php
// web/ is the public web folder, the docroot
$dispatcher->setObject('hello',//doesn't work
$dispatcher->setObject('subdir/hello',// works...
what am i missing?
Metadata
Metadata
Assignees
Labels
No labels