ekino / EkinoWordpressBundle

Integrate Symfony with WordPress and WordPress with Symfony
GNU General Public License v2.0
312 stars 79 forks source link

Symfony route generates 404 Page not found #114

Closed xyNNN closed 8 years ago

xyNNN commented 8 years ago

Hey folks,

I've configured my Wordpress and Symfony application with the EkinoWordpressBundle. I've created a new route in symfony "/test" - When I call now this route I get redirected to the symfony 2 controller. The problem is that Wordpress register this as a 404 error (Page not found) and show me up this in the title.

How I Can solve this? When the custom route is found in symfony as defined route it should not be a 404?!

Thanks in advance.

Edit: I use the Twig viewhelper to include the same layout which I've in Wordpress.

manh-nguyen commented 6 years ago

I got the same issue. it says 404 on symfony links. How did you resolve it @xyNNN ?