I am attempting to use SSI to call my footer into my website but it isnt working. I am not sure if I have to include a command telling the server that it is SSI?
FOOTER FILE:
footer.shtml
<footer id="footer">
<div>
<div>
<div>
<p class="source"><i>“Unless someone like you cares a whole awful lot,
Nothing is going to get better. It's not.” ― Dr. Seuss, The Lorax</i></p>
</div>
<div class="source">
<p>© 2016 Climate Change. All Rights Reserved. </p>
<p>Terms of Use | Privacy Policy </p>
</div>
</div>
</div>
</footer>
CALLING THE FILE:
<!--#include file="../climate-change/assets/resources/footer.shtml"-->