I'm doing a symfony that will have a wordpress subsection. The fact is that I have the wordpress installation under the web / wordpress folder.
I followed the following manual: link
But I do not know what I have to put in the routing so that this folder works as an independent wordpress, I've tried with:
wordpress:
path: web/wordpress
defaults:
_file: web/wordpress/index.php
wordpress:
path: wordpress
defaults:
_file: wordpress/index.php