Hi Divya,I am not sure how your are trying to enable the SSI, but you can enable the SSI in apache by entering "Includes" for you docroot directory in httpd.conf file.For your docroot dir you can see something like : Options Indexes FollowSymLinksAdd option "Includes" after that : Options Indexes FollowSymLinks Includesand restart your apache server.Hope this helps you.Thanks,A.S.
Hi Divya,If your header, footer HTML files are in different folders then give the relative path of header,footer files.for example : If your header.html file is in folder say includes then use:< !--#include virtual="/includes/header.html" --> Thanks,A.S.
Hi Divya,I didn't understand what your are trying to say by the statement : " Actually header & footer are not in a directory.. HTML files are in Directory...".Could you please tell the branch/folder structure in which you are saving your HTML files?Thanks,A.S.
Try this :< !--#include virtual="/header.html" -->
header&footer are in development...HTML files are in folder(ex:test)development --->test-->test.html||header.html/footer.html