------ content ------
<?php require_once 'views/header.php'; ?> <html> <a href="views/content/content2.php"> content </a> </html> in the logs writes Fatal error: require_once (): Failed opening required 'views / content / header.php' (include_path = '.: / usr / share / php') in / var / www /targetspanish2.com/views/content/ content2.php on line 2
------ content2 ------
<?php require_once 'views/header.php'; ?> <html> <a href="views/content/content.php"> content2 </a> </html>
views/contentand a header inviews/. - teran