if (/* gerekli koşullar */){ header("Location: /post1"); }else if (/* koşul 2*/){ header("Location: /post2"); }