SSI in IIS follows the form:
<!--#include file="your.file"-->

but this only works out-of-the-box within .asp files.....I do not know how
to "turn on" SSI of this form for any other extension within IIS.  Including
a php file from an asp page would be possible iff IIS was configured to
process the include file based on the extension of the include rather than
via the handler that is processing the page that contains the include.
Somehow I doubt IIS can do this.  Anyone care to shed light on my ignorance?
It would be appreciated.

-----Original Message-----
From: Brad Deters
To: [EMAIL PROTECTED]
Sent: 6/6/02 3:19 PM
Subject: [PHP-WIN] .server side includes on Windows IIS 4.0

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"-->

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to