php - No route found for "GET /" -
i'm having problems getting site work.
i have site running , have problem though configuration same.
this general routing.yml
ceroacien_user: resource: "@ceroacienuserbundle/resources/config/routing.yml" prefix: /users ceroacien_security: resource: "@ceroaciensecuritybundle/resources/config/routing.yml" prefix: / ceroacien_security_logout: resource: "@ceroaciensecuritybundle/resources/config/routing.yml" prefix: /logout
and bundle routing.yml
security_homepage: pattern: / defaults: { _controller: ceroaciensecuritybundle:access:login } login: pattern: /index defaults: { _controller: ceroaciensecuritybundle:access:login } login_check: pattern: /login_check defaults: { _controller: ceroaciensecuritybundle:access:logincheck } logout: pattern: /logout defaults: { _controller: ceroaciensecuritybundle:access:logout }
the path security budle "ceroacien/src/ceroacien/bundle/securitybundle".
i work symfony since few months ago in particular case don't understand problem is.
try , remove prefix ceroacien_security
ceroacien_security: resource: "@ceroaciensecuritybundle/resources/config/routing.yml"
Comments
Post a Comment