訪問者の IP に応じて URL リダイレクトが必要です。以下のコードをテストしましたが、常に AU に送信されます。他のすべての条件が機能しない場合は、助けてください...
<script language="JavaScript" src="http://www.geoplugin.net/javascript.gp" type="text/javascript"></script>
<script language="Javascript">
var mylocation=geoplugin_countryCode();
if (mylocation=="AU") {
window.location.href='http://www.propertyhere.com/Country/AU/search-to-buy'},
else if (mylocation=="CA") {
window.location.href='http://www.propertyhere.com/Country/CA/search-to-buy'},
else if (mylocation=="CN") {
window.location.href='http://www.propertyhere.com/Country/CN/search-to-buy'},
else if (mylocation=="NZ") {
window.location.href='http://www.propertyhere.com/Country/NZ/search-to-buy'},
else if (mylocation=="RU") {
window.location.href='http://www.propertyhere.com/Country/RU/search-to-buy'},
else if (mylocation=="US") {
window.location.href='http://www.propertyhere.com/Country/US/search-to-buy'},
else if {
window.location.href='http://www.propertyhere.com/network'},
</script>