Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions problems in IndexController #6

Closed
itivanov opened this issue May 8, 2012 · 4 comments
Closed

Actions problems in IndexController #6

itivanov opened this issue May 8, 2012 · 4 comments

Comments

@itivanov
Copy link

itivanov commented May 8, 2012

http://localhost/index/other do not work, execute indexAction instead otherAction. This occurs only in IndexController, others works fine.

class IndexController extends Phalcon_Controller {

    public function indexAction(){

    }

    public function otherAction(){

    }

}
@phalcon
Copy link
Collaborator

phalcon commented May 8, 2012

hi itivanov, this seems to be a strange bug, check this out http://phalconphp.com/index/a

I suspect that your document root is managed by phalcon, or maybe is http://localhost/project/index/other?

@itivanov
Copy link
Author

itivanov commented May 9, 2012

Yep, you are right. Project is in separate directory http://localhost/test/index/other but this is still strange.

@phalcon
Copy link
Collaborator

phalcon commented May 19, 2012

hi, what's your os? linux or windows?

@phalcon phalcon closed this as completed Jun 1, 2012
ovr pushed a commit to ovr/cphalcon that referenced this issue Dec 25, 2013
@falkdav
Copy link

falkdav commented Dec 18, 2017

Any news about this? I have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants