Hi, Clear your cache.
I would presume that is the problem. The dev environment is using the new route as it clears the cache on every request. But your production environment is using the cache as it hasn't been cleared manually. Chris On Aug 19, 11:25 am, torok84 <toro...@gmail.com> wrote: > Hi, > > I'm quite new to Symfony. I have something strange with routing. > > My apps/frontend/config/routing.yaml contain this > > homepage: > url: / > param: { module: content, action: index } > > default_index: > url: /:module > param: { action: index } > > default: > url: /:module/:action/* > > If i openhttp://127.0.0.1:8090/index.phpi see the default symfony > page "Symfony Project Created". If i > Openhttp://127.0.0.1:8090/frontend_dev.php/ > i get the page for content/index. What am I doing wrong? :) > > Thanks > Paolo -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en