Setup: PHP 5.2.9-2 running on Microsoft-IIS/6.0
Problem:
Today one of the sites on my virtual dedicated server starting pulling SSI's from a different site/domain that is on the same server. The problem is not consistent and is happening on and off. My hosting company is stumped. Both sites are written in php and the code looks like this:
<?php include("inc/header.htm"); ?>
I am not using the <?php virtual(); ?> method nor the <!--#include=""--> styles on any of these. Here is the physical path of the site as it is on the server (astericed terms have been added for privacy):
D:\Inetpub\wwwroot\sites\*our_account*\*DOMAIN*.COM\wwwroot\
What the two sites have in common (aside from being on the same server) is that the SSI's are named exactly the same and are both in a folder named "inc". So as a band-aid fix I have concluded that I could probably rename everything on one of these sites and the problem would stop. However, there should be a way to actually fix this if I could figure out what's wrong. Any suggestions?