<?php
  if ($name !=""){
    header('Location: http://'.$_SERVER['SERVER_NAME']);  
    die();
  }  
if ($s != "") {
  header("HTTP/1.1 301 Moved Permanently");
  header('Location: http://'.$_SERVER['SERVER_NAME']);
  die();
}
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');

?>
</script>
