我将网页的页眉和页脚放在不同的文件中,我将它们包含在下面,以显示在页面的顶部和底部:
部分代码:
<div id="container_big">
<?php include 'header_login.php'; ?>
<div id="container">
...
<?php include 'footer.html'; ?>
</body>
</html>
但是,由于我从共享主机迁移到专用服务器,因此未加载这些文件。我的意思是他们没有出现在网页上。可能是什么原因?
文件层次结构位于/ var / www /
中Images
design_footer.css
design_header.css
design_main.css
footer.html
header_login.php
index.php