Hi All,
thanks for the info...but i think the problem has something to do with the redirection code...well here how it goes..
Oiginally the domain was
www.2bhk.com, now we hav redirected it to
www.makaan.com and this is the code that we have used in the config.php file for redirection - i dont know if this is the problem:
if(strstr($INVALID_HOSTS_STRING,strtolower("|$HTTP _HOST|")))
{
header("Status: 301 Moved Permanently");
header("Location: www.makaan.com".strtolower($REQUEST_URI));
exit;
}
if you wud see -
www.2bhk.com is getting cached by Google but
www.makaan.com is not!
yes i hav submitted the site to Google but the not the site map,
do let know if u can figure out the problem.
Many Thanks.