Hi,
Initially we had a domain
www.2bhk.com, now we have got it changed to
www.makaan.com and are using the following re-direct code in the config file:
if(strstr($INVALID_HOSTS_STRING,strtolower("|$HTTP _HOST|")))
{
header("Status: 301 Moved Permanently");
header("Location: http://www.makaan.com".strtolower($REQUEST_URI));
exit;
}
is it correct/incorrect?
because its over 2 months since our site has gone live and cache:
http://www.makaan.com/ still shows no result.
can somebody pls help....thanks
Murtaza