I am trying to carry out a server side include but for some reason it is not working. Uploaded all the pages to my server but the include i put using SSI won't show up on the page.
Code:
<body>
<div id="wrapper">
<!-- Banner/Navigation -->
<!--#include file="includes/content/header.html" -->
<div id="main-content">
<div class="main-content-header">
</div>
<div class="left-content">
Welcome to ...
<div class="left-content-header">
<h1>latest</h1><h2>News</h2>
</div>
Everything below
<!--#include file="includes/content/header.html" --> gets rendered on the page expect the part that I included.