DungeonEthereum / Dungeon-Ethereum-Website

1 stars 1 forks source link

404 Errors when refreshing the page on a /xxxx URL #7

Open KirienzoEth opened 4 years ago

KirienzoEth commented 4 years ago

You can refresh the home page, no problem, but if you refresh https://dungeon.finance/dungeon, you get hit by a 404: image

It also prevents you from accessing a /xxxx page directly, you currently need to go through the homepage.

KirienzoEth commented 4 years ago

Ok, from what I've see, it's either something to change in the htaccess, or the RouterModule.forRoot(routes, { useHash: true }) in app.module.ts :/