Adding Bedrock to Local version 5

Once you’ve modified site.conf.hbs, there are a few other things you can do for convenience.

In the Local app, selecting the Admin button will give you a 404 “File not found” message. To correct this, you can do the following:

  • Start up wp-admin by going to https://yourdomain.local/wp/wp-admin
  • Download the Redirection plugin.
  • Create a redirection entry of regex type with the following values:
    • Source URL: ^/wp-admin/(.*)$
    • Target URL: /wp/wp-admin/$1
    • Group: Redirections (default)
  • Restart the site. Now when you press the Admin button you should get your site’s WordPress admin page.