I searched and couldn't find my answer.
I am trying to .htaccess 301 redirect and entire website to the index of a new website. So basically I want every page of the old website pointing to the index page of my new website.
I though this would be easy and this is what I'm using:
Redirect 301 / http://www.site.org/
Both websites are using Wordpress. When I visit any URL of the old website excluding the index it takes me to a 404 page on the new website instead of the index page.
Thanks in advance.