I tried redirecting via .htaccess using this:
Redirect 301 /index.php https://www.artmunro.com/category/updates/
and also this:
Redirect 301 / https://www.artmunro.com/category/updates/
But it doesn’t want to work, I get this error: ‘redirection limit for this url exceeded..’
I’m guessing it is creating a loop or something, you probably can’t redirect a website to a directory within itself.
I guess I could get .htaccess to point to index.html and redirect via that. Not sure if that is ideal though as people would still be able to access index.php