I had an Index page for my app which contained a navigation menu. It worked fine but when it went live but I wanted to put up a kind of “Coming Soon” page instead of that menu page in case someone wandered into my app and thought it was weird that most things were blank without data in it.
So, I created a “Coming Soon” page and set that as my Index page. On it was an image that, when clicked, would prompt for a password to go into the actual app. I called this page “Index” and the previous Index page was automatically renamed as “old_index” and everything worked.
Now I want to change it back so that the “old_index” page becomes the “index” page again but it won’t allow me to make this change so I’m a bit stuck.
What do I need to do to achieve this please?