Forum Moderators: phranque
I just want that http://www.example.com/ redirects to http://www.example2.com/
I tried with:
Redirect 301 / http://www.example2.com/
but it redirects all subpages (i.e. http://www.example.com/page1.html -> http://www.example2.com/page1.html) to new domain and I don't want that.
Please help
[edited by: jdMorgan at 2:06 pm (utc) on Aug. 20, 2007]
[edit reason] example.com, de-linked [/edit]
Try RedirectMatch [httpd.apache.org] instead:
RedirectMatch 301 ^/$ http://www.example2.com/