i have a header in a separate file with header.html and i want to include it to another file index.html after head section for this i had used
<!--#include virtual="header.html"-->
and unfortunately it was not running then i used
<!--#include virtual="header.shtml"-->
by saving my file as header.shtml
so can anybody please give me any suggestion
Thankyou
NOTE:I am being using smarty and PHP so using appache server