Durum değişkeninde gelen veriye göre ;

<?php if($durum==1){
//Site Pasif yönlendir pasif.php
}else{
//Site Aktif yönlendir aktif.php
}
?>