|
Hostgator is silly.
#include is a part of virtual command, so that's an SSI, not PHP (ie: <!--#include virtual="/directory/included.html" -->). Those should be preprocessed as .shtml, not as .php. Now if that is just an include with include '/file'; /* or */ include('file');, then that would be PHP yes.
|