Hi, I've tried to redirect my whole website with a .htaccess file, this is what i typed: redirect 301 / hxxp://www.xxx.net/ Now when i check with a "header checker" tool, I get a 200 response instead of the hoped 301. anyone knows how this is possible?
This is the only line in my .htaccess file redirect 301 / hxxp://www.xxx.net/ So i would like to make a permanent redirect from the old page to the new page (hxxp://www.xxx.net/)