PHP Include不显示页眉和页脚

Vis*_*hal 4 php include

这是我在这个网站上的第一个问题.

我是编程新手.

我在C:/Wamp/WWW/AddressBook/Index.html上有index.html文件,header.html和footer.html文件位于C:/ Wamp/WWW/AddressBook/Includes /

现在我想在index.html中包含这些文件

对于标题

<?php include 'Includes/Header.html'; ?>
Run Code Online (Sandbox Code Playgroud)

并为页脚

<?php include 'Includes/Footer.html'; ?>
Run Code Online (Sandbox Code Playgroud)

但是当我在浏览器中打开index.html时,页眉和页脚都没有显示出来.

Shi*_*ryu 6

您的Apache是​​否理解.html为php文件?

如果没有,请重命名index.htmlindex.php.