I’m having an issue where I cannot navigate off my sites homepage when I’m running it locally via DevKinsta. If I try to navigate off the home page, any page I navigate to displays “404 Not Found nginx”. Some Context:
- This blog was recently migrated to a Kinsta server. It was an existing blog that I pulled down from Kinsta via DevKinsta
- Anytime I click
Open Site
I am taken to this same 404 page. The issue is/blog
is never added to the host URL. I always have to manually add/blog
to the site host url to get to the home page i.e.myblog.local/blog
- When I click a link to navigate to another page i.e.
myblog.local/blog/another-page
,/blog
does persist in the URL, but I still get a 404 error - In the Database manager, I have configured
siteurl
andhome
underwp_options
to point tomyblog.local/blog
underoption_value
Have you seen this issue before? Please let me know if you need additional context. Thank you for the support.