This is the error:
Warning: include (/folder/file.php): failed to open stream: No such file or directory in file.php on line 3
This is the code with which I get an error:
<?php session_start(); ?>
<!DOCTYPE html>
<html>
<?php include ("/miweb/template/head.php"); ?>
<body class="container-fluid no-padding">
<?php include ("/miweb/template/header.php"); ?>
... mas código
What I want to include is in the /miweb/template
folder and the file I want to include it in /miweb/home