I am trying to move my html website over to a wordpress multisite and can’t work out how to redirect the current homepage at www.essexmums.org to www.essexmums.com
I’ve been trying to use 302 redirects (before I do the 301s) but if I use:
Redirect 302 /index.html http://www.essexmums.com
or even
Redirect 302 / http://www.essexmums.com
I just get a message that it has caused the page to redirect too many times.
What am I doing wrong?
Thanks
Read more here: How do I redirect index.html to a WordPress site?