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
edit: I'm not talking about a way of redirecting the whole site as I am setting up more specific redirects for those, I literally just want to redirect the current home/index page to the new one.