view index.php @ 15:385ddd7c4b55 testing

use test_db.php to get mysqld_test instance
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sun, 19 Feb 2017 16:17:53 +0000
parents 1477b5e6dd16
children
line wrap: on
line source

<?php 
		$country_code = apache_note("GEOIP_COUNTRY_CODE");	  
		switch($country_code){
		/* case "CA":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://test.markup.co.uk/ywww/ca/" );
			break;
		case "DE":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://test.markup.co.uk/ywww/de/" );
			break;
		case "FR":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://test.markup.co.uk/ywww/fr/" );
			break;			
		case "GB":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://test.markup.co.uk/ywww/uk/" );
			break;
		case "US":
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://test.markup.co.uk/ywww/us/" );
			break;	*/
		default:
			Header( "HTTP/1.1 301 Moved Permanently" );
			Header ("Location: http://test.markup.co.uk/ywww/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>
</body>