Remove /wp from URL and use default URL structure instead?

I’d say your best bet would be to setup rewrite rules with nginx.

Hiding the /wp subdirectory is an older thread related to it, but it should still be the same.

The only other options would be:

  • If you’re the only person using the browser extension, modify /js/common.min.js in the extensions folder adding \/wp\/ in front of their calls to wp-admin and wp-login.
  • Don’t use Bedrock.
1 Like