Bedrock WAMP 404 on install.php

Using Bedrock for the first time locally on my Windows machine.

Composer runs fine.

I set up my configs in .env, navigate to localhost/projectname/ and see

When I click web, I get a 404 on install.php

Thoughts?

web/ should be your document root for your Apache virtual host. Not the project root folder you currently have.

And head to http://localhost/projectname/wp/wp-admin for the install.

1 Like

Setting the doc root solved it, thank you.

when you say document root i’m using xampp has htdocs as the root so do i still use htdocs with web somehow nested?

also how do you do what brandon did “Setting the doc root solved it,”?