blog klasörü içerisindeki index.php'yi ana dizindeki index.php içerisine dahil etmiyor. index.php şu şekilde dahil etme kodu kullanıyorum.
$page = "thema/main"; // default page
if(isset($_GET["page"]) and $_GET["page"] != "" and $_GET["page"] != "index" and file_exists($page . ".php")){
$page = $_GET["page"];
}
?>
<?php include "thema/header.php"?>
<?php
include($page . ".php");
?>
<?php include "thema/footer.php"?>
Anydesk üzerinden yardımcı olabilirim