I do have one more question. Since I have 2 index.html files right now but I want the website to load the /login-page/index.html first. how can I tell the deployment to do that?
I want /login-page/index.html to be the first page to load so people can login before they start using the website then after loging in the index.html (main page) will load
You wouldn’t achieve that with a normal Netlify redirect since they’re indiscriminate.
A normal redirect would always redirect everyone, regardless of it they were logged in etc.