Mercurial > hg > ywww
changeset 14:1477b5e6dd16 testing
use test subdirs for countries
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Sun, 19 Feb 2017 16:17:25 +0000 |
parents | b78209a5fba1 |
children | 385ddd7c4b55 |
files | index.php |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/index.php Sat Feb 18 15:18:47 2017 +0000 +++ b/index.php Sun Feb 19 16:17:25 2017 +0000 @@ -3,27 +3,27 @@ switch($country_code){ /* case "CA": Header( "HTTP/1.1 301 Moved Permanently" ); - Header ("Location: http://www.yournextread.com/ca/" ); + Header ("Location: http://test.markup.co.uk/ywww/ca/" ); break; case "DE": Header( "HTTP/1.1 301 Moved Permanently" ); - Header ("Location: http://www.yournextread.com/de/" ); + Header ("Location: http://test.markup.co.uk/ywww/de/" ); break; case "FR": Header( "HTTP/1.1 301 Moved Permanently" ); - Header ("Location: http://www.yournextread.com/fr/" ); + Header ("Location: http://test.markup.co.uk/ywww/fr/" ); break; case "GB": Header( "HTTP/1.1 301 Moved Permanently" ); - Header ("Location: http://www.yournextread.com/uk/" ); + Header ("Location: http://test.markup.co.uk/ywww/uk/" ); break; case "US": Header( "HTTP/1.1 301 Moved Permanently" ); - Header ("Location: http://www.yournextread.com/us/" ); + Header ("Location: http://test.markup.co.uk/ywww/us/" ); break; */ default: Header( "HTTP/1.1 301 Moved Permanently" ); - Header ("Location: http://www.yournextread.com/us/" ); + Header ("Location: http://test.markup.co.uk/ywww/us/" ); break; } ?>