I'm following the Jobeet tutorial on symfony 1.4 website and i'm having some problems in routing.yml.
http://www.symfony-project.org/jobeet/1_4/Doctrine/en/04
I already created the jobeet module and specified it in my routing.yml. When i go to the frontend_dev, it works perfectly. However, when going through index.php, it shows the default symfony homepage. As if i hadn't changed the routing.
Are there different routing for development and production? What can be causing this? Thanks in advance.