view index.php @ 19:84a412b8122c

try to protect against a range of missing info
author Charlie Root
date Thu, 30 Aug 2018 17:18:12 -0400
parents 093e42d5a874
children 7679346abfdb
line wrap: on
line source

<?php 
		$country_code = $_SERVER["GEOIP_COUNTRY_CODE"];	  
		switch($country_code){
		/* case "CA":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://www.yournextread.com/ca/" );
			break;
		case "DE":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://www.yournextread.com/de/" );
			break;
		case "FR":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://www.yournextread.com/fr/" );
			break;			
		case "GB":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://www.yournextread.com/uk/" );
			break;
		case "US":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://www.yournextread.com/us/" );
			break;	*/
		default:
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://www.yournextread.com/us/" );
			break;	
		}	  
	?>
<html>
		  <head>
		  <title>YourNextRead: Book Recommendations</title>

        <META NAME="Description" CONTENT="YourNextRead recommends your next book. YourNextRead provides a book recommendation system showing aggregated book reviews, updated by real peoples opinions, in a simple visual map, helping you to decide 'What Should I Read Next?'. Perfect for both bookworms and casual readers!">
        <meta name="google-site-verification" content="0XCtbGM_bvOH363P2XE6DVjh-APTICOREquY8F38T84" />
</HEAD>
<body>
<script src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId=322bafc0-69fa-4664-8e1c-0b9159259748"></script>
</body>