dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
115 stars 48 forks source link

The unexcepted 404 code #762

Closed PeterlitsZo closed 3 years ago

PeterlitsZo commented 3 years ago

As what I issue at here but without any reply, I want know why it report this:

Access Error: 404 -- Not Found
Cannot locate document: /

when I access 127.0.0.1:8080, what the url the server want to get or just I follow the wrong step?

PeterlitsZo commented 3 years ago

By the way, I find that the chinese version is too early(2017), what is the best way to update it by the latest english document. >_<

Geod24 commented 3 years ago

@PeterlitsZo : To update the documentation, make PRs to https://github.com/dlang-tour/chinese You can see it used as submodule here: https://github.com/dlang-tour/core/tree/master/public/content

PeterlitsZo commented 3 years ago

I know what HAPPEND on my laptop!!! I run the server on the WSL 2 but the 8080 port has been occupied by some server on the Windows. That why I get the 404 code! I change the config.yml and then rerun, then all thing goes well as I think! I hope this is helpful if anybody get the same 404 code~

PeterlitsZo commented 3 years ago

@PeterlitsZo : To update the documentation, make PRs to https://github.com/dlang-tour/chinese You can see it used as submodule here: https://github.com/dlang-tour/core/tree/master/public/content

Thanks~

Geod24 commented 3 years ago

Since it's user error, can you close ? Thanks!