.htaccess help

Hello,

Does htaccess run on a Microsoft-IIS/5.0 Server running Win 2000 or only Apache?

I’m trying to use SSI (Includes), but want to use .html extensions instead of .shtml and have tried

Options -indexes
AddHandler server-parsed .html

which works on my Apache running sites but on this one it doesn’t work.

Any ideas?

.htaccess is Apache only(another good reason not to use IIS ;))

A quick google for IIS SSI found this:http://www.webmasterworld.com/forum21/728.htm