<?php 


  $url  = @( $_SERVER["HTTPS"] != 'on' ) ? 'http://'.$_SERVER["SERVER_NAME"] :  'https://'.$_SERVER["SERVER_NAME"];
  $url .= $_SERVER["REQUEST_URI"];

    if ($url == "http://vancoufur.ca/") {
	  
	  header("HTTP/1.1 301 Moved Permanently"); 
	  header("Location: http://vancoufur.org/"); 
	  
  }
  
   if ($url == "http://www.vancoufur.ca/") {
	  
	  header("HTTP/1.1 301 Moved Permanently"); 
	  header("Location: http://vancoufur.org/"); 
	  
  }
  
   if ($url == "http://www.vancoufur.net/") {
	  
	  header("HTTP/1.1 301 Moved Permanently"); 
	  header("Location: http://vancoufur.org/"); 
	  
  }

  if ($url == "http://vancoufur.net/") {
	  
	  header("HTTP/1.1 301 Moved Permanently"); 
	  header("Location: http://vancoufur.org/"); 
	  
  }
 if ($url == "http://www.vancoufur.com/") {
	  
	  header("HTTP/1.1 301 Moved Permanently"); 
	  header("Location: http://vancoufur.org/"); 
	  
  }

  if ($url == "http://vancoufur.com/") {
	  
	  header("HTTP/1.1 301 Moved Permanently"); 
	  header("Location: http://vancoufur.org/"); 
	  
  }
  if ($url == "http://www.vancoufur.org/") {
	  
	  header("HTTP/1.1 301 Moved Permanently"); 
	  header("Location: http://vancoufur.org/"); 
	  
  }

?>

<?php


include 'includes/top.php';
include 'en/index.inc.php';
include 'includes/bottom.php';
?>
