Forum Moderators: phranque
is there any way to redirect the root to the new site..
I've tried this in httaccess but doesn't seems to work..
Redirect permanent / [mynewsite.com...]
by the way: is that better than redirecting page by page...?
Should I redirect /index.htm to [mynewsite.com...] too?
Any help please?
You could use mod_rewrite to accomplish this without looping.
Redirecting the entire domain can be done with one redirect -- There's no need for (or benefit to) redirecting each page individually.
Jim