Hostgator: clicking on any link lead to 404

I have issues uploading a kirby site to Hostgator.

I have cloned the starter kit repo in my public_html folder.
This is the url http://gator4145.temp.domains/~gvocale/starterkit/

The page loads correctly, but as soon as I click any link, I get back a 404 error. Hostgator couldn’t help me at all.

Has anyone run into this issue? Could be something related to .htaccess?

Thanks

When subpages don’t work, the reason is usually some misconfiguration.

Looks like you are on Nginx, not Apache, therefore the .htaccess file is of no use? There is an example of an nginx config file here: Running Kirby 2.5.9 Starterkit (nginx, Ubuntu, DigitalOcean)

If it is an Apache server despite what it pretends to be, then try uncommenting the RewriteBase line in your .htaccess file and set it to / or /starterkit.