What is the syntax for making a page auto-redirect to a different HTML file in a separate folder? All of my searching returns how to redirect from one website to another.
One of these will work...
...or it can done with JavaScript:
window.location.href = 'https://example.com/';