Search code examples
htmlserver-side-includes

HTML Include file


I am using an include file by doing:

<!--#include virtual="/includes/leftNav.shtml"-->

I changed the include file, and the changes are not picked up. I'm guessing that they will be with a server restart; is it possible to have the changes picked up w/o a restart?


Solution

  • There tends to be caching issues for any static content type extensions it really should work with just a ctrl+F5