[PHP-WIN] Re: php with .html extension in iis5

2001-07-06 Thread Hugh Bothwell
In your server config file, edit AddType application/x-httpd-php .php3 .php .php4 .htm .html and remove any other MIME mappings for .htm or .html. Voila - you just told your server that all .html files should be processed as PHP. If you have some .html files that don't need preprocessing, I've

[PHP-WIN] Re: php with .html extension in iis5

2001-07-06 Thread Michel Laine
I don't know about the rest of the people in here, but i could need some more information. ..."migrating from a unix server" - To what? M$ or linux? If you use the ISAPI extension i suppose this is a M$ system (Windows 2000, 98, 95), correct? Secondly, by default i think that php only parses pa