Brad Bates wrote:

  3.  Most important, how can I get IIS to handle php code in a file
that is NOT listed in the ISAPI configuration.  For example, how can I
get IIS to run php code that is contained in an HTML file that has an
extension of ".htm" or ".html"?

You don't - php files end .php if you want to reconfigure the webserver so that ALL .html pages are processed assuming that they contain, you could probably add
.htm C:\php\php5isapi.dll
.html C:\php\php5isapi.dll
but that does not sound a realistic idea. php index is index.php !


If pages have the correct extension what problems are left ?

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services

Reply via email to