syed Posted March 14, 2008 Share Posted March 14, 2008 Hi guys I have a problem with include files and I think its down to cacheing. Basically , I have a dedicated server running iis, php and asp. I usually have footer.php files which I include in every page. Today I relaised that a footer from another site was included in one of my other sites. So basically Site A has a file called footer.php Site B has also a file called footer.php Now whats happening is that footer.php from Site A is being included as the footer file for site B. If I restart my IIS server then the correct file is included in Site B, but once I go to Site A and then go Back to Site B, the footer from site A is once again included in Site B. Im assuming that there is a configuration issue. Can any one share some light into this. Link to comment https://forums.phpfreaks.com/topic/96208-include-file/ Share on other sites More sharing options...
trq Posted March 14, 2008 Share Posted March 14, 2008 Have you got anything in your auto_append_file directive? Otherwise, this doesn't make alot of sense. Link to comment https://forums.phpfreaks.com/topic/96208-include-file/#findComment-492610 Share on other sites More sharing options...
syed Posted March 15, 2008 Author Share Posted March 15, 2008 Hi thorpse No I dont have anyhing in my auto_append_file directive. Can it be some sort of server side cacheing problem? All my asp pages work fine, but I can not figure out how IIS is is including a file from another site. Link to comment https://forums.phpfreaks.com/topic/96208-include-file/#findComment-492876 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.