# Moving server, bedrock newbie

**URL:** https://discourse.roots.io/t/moving-server-bedrock-newbie/25921
**Category:** bedrock
**Created:** 2023-09-06T11:55:48Z
**Posts:** 5

## Post 1 by @candell — 2023-09-06T11:55:49Z

I have been asked to move a [roots.io](http://roots.io) bedrock wordpress site (at least, it very much seems to be bedrock from googling some of the functions and looking at the site structure. Until this project, I had never dabbled in bedrock at all.

I grabbed all files and the database and uploaded to our server. I changed the .env file to use our db connection info. I then updated the dns to point to our server.

However, I got the error “The requested URL was not found on this server.”. html pages worked great, but none of the site content pages, nor WP pages such as /wp/wp-admin/

I double checked the files, the new and old servers compared exactly, except the .env file which I changed.

Is there anything else I need to do? I have reverted the old A record to get the site working again, but will try to set up again tonight.

Thanks for any help

---

## Post 2 by @Elliott_James — 2023-09-06T12:17:30Z

It could be an issue with nginx rewrites? I would check there for possible url rewrite issues.

---

## Post 3 by @csorrentino — 2023-09-06T12:25:16Z

Did you set the document root on your server to bedrock’s `web` directory?

---

## Post 4 by @candell — 2023-09-06T13:54:07Z

Thank you for the replies, will check both out…

---

## Post 5 by @candell — 2023-09-06T17:51:26Z

Thank you thank you thank you. The site is up and running, I had not set the root to the web directory.
