şöyle bir kod işe yaramalı
bunu saglik.com sitesinin index.php dosyasının en tepesine yapıştırın.
if(empty($_SERVER['REQUEST_URI'])){
header("Location: http://www.genel.com/kategori/saglik/",TRUE,301);
die();
}else{
header("Location: http://www.genel.com/".$_SERVER['REQUEST_URI'],TRUE,301);
die();
}