Is this possible? Basically I'd like to run Flarum at my main site example.site
and run WordPress at example.site/blog/
- there is legacy content there that I still need to access and don't want to run either on a subdomain. The integration was working well enough on my dev machine until I moved everything to https. Am now getting RouteNotFoundException
from the Flarum core whenever I try to access the WordPress API over https. Everything on the wordpress side seems to be working fine - login, content delivery, etc. Things would be much easier if I could just Balkanize them without making anybody move.