I’ve been moving my portfolio site over to a Digital Ocean server and just when I think I have everything squared away all my subpages start turning up 404s. I’d seen the forum posts about this and have tried just about everything on here.
For reference:
I have mbstring installed
I have multiviews enabled in the Apache conf file
I have c::set(‘ssl’, true); set in the Kirby config file
Also c::set(‘url’, ‘http://example.com’);
I’ve tried having RewriteBase both on and off
Changing the file permissions as described by several posts
Oddly this issue seemed to start up after I installed Let’s Encrypt certs for the site…maybe that can be a helpful clue for someone who knows what’s up? Particularly frustrating since I didn’t have this problem with essentially the same set up with a different site previously.
If anyone has any ideas that would be immensely appreciated!