My site's main file(index.php) code is here:
<?php include 'header.php'; include 'sidebar.php'; include 'content.php'; include 'footer.php'; ?> But I don't want any user to see these include files by writing "www.domain.com/header.php". Should i insert a php code in these files or is that possible?