I recently switched to using WP-Bedrock and I currently like the workflow but there's a huge drawback for me.
There are 2 URLs which previously were identical, due to Bedrock's file structure, are different. Site_URL: /wp Home_URL:
A huge bunch of plugins are written taking in mind only regular WP installations.
A very critical plugin for my site is currently unusable because the links to internal images look like this:
https://<domain>/wp/https://<domain>/app/uploads/...
I've tried to dig in the plugin files but It's not that easy for customization.
Another friend suggested that I do a 301 redirect in my Apache config, but I couldn't figure out how to correctly set it up without breaking my site.
Current plugin in mind: Here
I haven't found any alternatives to this so It's crucial that I get this working.