Forum Moderators: phranque
RedirectPermanent /page.htm [SameDomain.com...]
Now I need to redirect an entire site to the index page of the new site. Not sure how it's done I did this:
RedirectPermanent / [NewDomain.com...]
Anyone know if that's the correct way? I looked around a bit and couldn't find anything that directly stated it is or not.
Thanks!
Might this be accomplised with all files and subfolders with a solitary line of htaccess? or even a few lines rather than creating redirects for hunddreds and perhaps thousands of files and folders?
Anyone know how to fix that? Ideally, I want any and all links to the old site to go to the home page of the new site. I've tried a bunch of variations of the above but nothing seems to work. Thanks.
Use RedirectMatch [httpd.apache.org] instead:
RedirectMatch 301 ^.*$ http://www.NewDomain.com/index.htm