> ## Documentation Index
> Fetch the complete documentation index at: https://beta-docs.replo.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Home Pages

> Set any Replo page as your homepage on a custom domain

If you've connected a custom domain to your Replo project, you can set any page as your homepage. This means visitors to `yourdomain.com` will see your Replo page instead of having to visit a specific path like `yourdomain.com/landing-page`.

<Info>
  You must have a [custom domain](/custom-domains) connected to your project before setting up a homepage.
</Info>

***

## How to set a page as your homepage

<Steps>
  <Step title="Open your page in the Website Builder">
    Navigate to the page you want to use as your homepage.
  </Step>

  <Step title="Open Page Settings">
    Click the **Settings** icon (gear) in the top toolbar, or use the keyboard shortcut.
  </Step>

  <Step title="Change the URL path to `/`">
    In the **URL Path** field, change the path from its current value (e.g., `/modern-dark-blue-homepage`) to just `/`.
  </Step>

  <Step title="Publish your page">
    Click **Publish** to make your changes live.
  </Step>
</Steps>

✅ Your page is now live at the root of your custom domain (e.g., `yourdomain.com`).

***

## FAQ

<AccordionGroup>
  <Accordion title="What happens to my old URL path?">
    When you change a page's URL path to `/`, the old path (e.g., `/modern-dark-blue-homepage`) will no longer work. If you have links pointing to the old URL, you'll need to update them or set up a redirect.
  </Accordion>

  <Accordion title="Can I have multiple homepages for different domains?">
    Each connected custom domain shares the same pages. If you need different homepages for different domains, you'll need to create separate Replo Sites for each domain.
  </Accordion>

  <Accordion title="Will this affect my staging domain?">
    Yes. The page with URL path `/` will be the homepage on both your custom domain and your `.replosites.com` staging domain.
  </Accordion>

  <Accordion title="Can I change my homepage back later?">
    Yes. Simply change the URL path back to something else (e.g., `/landing-page`) and set a different page's URL path to `/`.
  </Accordion>
</AccordionGroup>
