if ($_SERVER['REQUEST_URI'] == "/index.php"){
$_SERVER['REQUEST_URI'] = "-";
}


Bu PHP kodunu .htaccess dosyasına nasıl uyarlayabiliriz arkadaşlar?