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.
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.