# Page not found following "Getting Started"

**URL:** <https://zola.discourse.group/t/page-not-found-following-getting-started/1746>\
**Category:** Support\
**Created:** [May 13, 2023, 8:53am UTC](https://zola.discourse.group/t/page-not-found-following-getting-started/1746 "2023-05-13T08:53:42Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![ministatsdev](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/ministatsdev/32/996_2.png) [@ministatsdev](https://zola.discourse.group/u/ministatsdev)\
**Post date:** [May 13, 2023, 8:53am UTC](https://zola.discourse.group/t/page-not-found-following-getting-started/1746/1 "2023-05-13T08:53:42Z")

</div>

I’m following the `https://www.getzola.org/documentation/getting-started/overview/`

And going to `http://127.0.0.1:1111/blog`

yields

# 404 Not Found

However, `http://127.0.0.1:1111/` gives the right page. So it is running!

Note that `zola serve` outputs correctly. I tried `zola build` on its own and I get:

```auto

C:\Users\minin\Documents\GitHub\ministats>zola build
Building site...
Checking all internal links with anchors.
> Successfully checked 0 internal link(s) with anchors.
-> Creating 1 pages (1 orphan) and 0 sections
Done in 21ms.

```

Do you have things I can try out to troubleshoot this?  
Link to the repo: [GitHub - CGMossa/ministats: Zola website for ministats.dev](https://github.com/cgmossa/ministats)

---

<div class="post-metadata">

**Author:** ![ministatsdev](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/ministatsdev/32/996_2.png) [@ministatsdev](https://zola.discourse.group/u/ministatsdev)\
**Post date:** [May 13, 2023, 9:38am UTC](https://zola.discourse.group/t/page-not-found-following-getting-started/1746/2 "2023-05-13T09:38:31Z")

</div>

Last step of the tutorial causes an issue

```auto
Error: Failed to build the site
Error: Failed to render section '\\?\C:\Users\minin\Documents\GitHub\ministats\content\_index.md'
Error: Reason: Failed to render 'index.html'
Error: Reason: Function call 'get_url' failed
Error: Reason: `get_url`: could not resolve URL for link `@/blog/_index.md` not found.

```

It is as if the `blog` subdirectory in `content` just is completely ignored.

---

<div class="post-metadata">

**Author:** ![ministatsdev](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/ministatsdev/32/996_2.png) [@ministatsdev](https://zola.discourse.group/u/ministatsdev)\
**Post date:** [May 13, 2023, 9:50am UTC](https://zola.discourse.group/t/page-not-found-following-getting-started/1746/3 "2023-05-13T09:50:45Z")

</div>

I misunderstood something: `_index.md` and not `_index.html` in `content`.
