> -----Original Message----- > From: Brad Deters [mailto:[EMAIL PROTECTED]] > > I have several pages that contain includes pointing to .htm > pages. I have > one include that points to a .php include. We recently switched from > Netscape WebServer 3.0 to Microsoft IIS 4.0 on a Win NT 4.0 > OS. The .php > include worked before the switch, but doesn't afterward. If > I go directly > to the file by typing that URL the file will work, but not as > an include. > Anyone know why this is occurring?? Here is an example from > one of my web > pages that is a html page. > > <!--#include virtual="/cms/includes/style_cms.php"-->
Three questions popped up in my head: 1. The php is located at the same server (looks like it from the exampel codesnippet)? 2. All other includes does work, only the one wich involves PHP doesn't? 3. Have you considered using php to include the file if the statement in question 2 is true? and btw, don't got a clue of what's wrong. Haven't used SSI in years and not at all on IIS =) /martin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php