I have just merged two websites. Site A is now merged with site B.
Site A has got a .htaccess file which redirects all of the content to the new domain where site B is hosted.
RewriteRule (.*) http://www.siteb.com/$1 [R=301,L]
It is working perfectly, however, I need the homepage of site A not to redirect.
What do I need to add to the code above to make that happen?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…