I'm trying to move my Grav site from hosting to localhost. I copied all the files, but when accessing the site, I get ERR_CONNECTION_REFUSED.
I've tried:
Copying just the 'user' directory
Changing the URL custom_base_url: 'http://localhost' in system.yaml.
The only progress is 404 errors when navigating to pages that don't exist, like: http://localhost:8005/no-such-page. All other URLs (which really should be on the site) give the error ERR_CONNECTION_REFUSED.
What else should I check to get the local site working? Thanks for any help!