Virtual Includes not recognized
        Posted  
        
            by pfunc
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pfunc
        
        
        
        Published on 2010-06-02T15:35:38Z
        Indexed on 
            2010/06/02
            16:44 UTC
        
        
        Read the original article
        Hit count: 142
        
JavaScript
|html
I am attempting to include a header in my html file.
<!--#include virtual="/header.shtml" -->
This is not being read by the browser. The file works fine when I go to it alone. It works fine when I had it in the header (not through an include file).
Do some servers not allow this kind of include?
© Stack Overflow or respective owner