# How can I set bedrock as the root of my domain

**URL:** https://discourse.roots.io/t/how-can-i-set-bedrock-as-the-root-of-my-domain/27337
**Category:** bedrock
**Created:** 2024-06-20T17:03:46Z
**Posts:** 3

## Post 1 by @Wisdom_In_Applicatio — 2024-06-20T17:03:47Z

Hi community, I just found bedrock and the features looks amazing, I installed on my local device via WAMP and it worked perfectly, however, setting it on my root domain or subdomain throws 500 error. I am new on both composer and artisan and don’t really know how to work around this. I will be glad is somebody can assist. Thanks

---

## Post 2 by @csorrentino — 2024-06-20T17:37:02Z

root should point to the /web directory in you bedrock project.

> **[Server Configuration | Bedrock Docs](https://roots.io/bedrock/docs/server-configuration/)**
>
> The document root for your site must be pointed to Bedrock's web folder. See example server configurations for running Bedrock on Nginx or Apache.

---

## Post 3 by @Wisdom_In_Applicatio — 2024-06-20T22:16:26Z

Thank you. I wonder how I missed that step. You are life saver
