I have installed Apache 2.2 on windows. I have turned on Includes and my shtml files include their respective html files.
Problem I am having is above each include file are two quotation marks " ".
<body>
<!--#include virtual="/includes/Header.html" -->
</body>
renders
<body>
" "
html header from include
</body>