I have a drupal mustisite installation and Im using drupal domain access module. I have sites like http://www.abc.com and http://www.cde.com pointing to the same codebase.
However, while redirect for abc.com to http://www.abc.com works, redirect for cde.com to http://www.cde.com doesnt work? Any idea on how to fix it?
Im redirecting using htaccess.
The redirect rule I had used previously was not correct. I finally used the one below and it worked like a charm
Apologies for inconvenience!