Can't get php include to work propperly when i have folders, like .com/video/fun.php In index.php i use the "normal" include, like below which works fine. <?php include 'includes/nav.php'; ?> But for fun.php the normal include doesn't work, I did try to add .../ before includes/nav.php but that seems to be wrong. Its probably easy to fix but im not into php.