We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Fresh Installed OSX (Maverick) + Phalcon PHP ~ I can't get it working out of the box ~ Weird routing problem

  • Fresh OSX (Maverick) PHP Preinstalled PHP Version 5.4.17
  • Phalcon installation using this method, and already appeared in phpinfo() ~ phalcon 1.2.4

git clone git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install

but it seems have a weird routing problem, i can't access another action inside controller when i access : https://localhost/ph/index

would be same with when i access : https://localhost/ph/index/AA

( it should be accessing different action) (i also print the $_SERVER variables)

it can access different controller : (accessing welcome controller ~ which i haven't created) : working properly

but it cannot access different action how should i debug it ?