Hey Conor,

Thanks for the fast response. I was looking into the formatting but I'm not sure if that is the issue as I belive ISAPI_Rewrite is supposed to handle .htaccess the same way apache does.

http://www.helicontech.com/isapi_rew...ewriteCond.htm

Also,
These are working for me...

RewriteEngine on

RewriteCond %{HTTPS} (on)?
RewriteCond %{HTTP:Host} ^(?!www\.)(.+)$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? http(?%1s)://www.%2%3 [R=301,L]

RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.html$ http://www.mysite.com/$1 [R=301,L]


Is there any files that you could think of that I may have missed something on. I'm pretty certain (just as you are) that it's something with the server but figured it wouldn't hurt to ask.

Thanks again Conor.

ALSO -- ANYONE ELSE GET THIS TO WORK ON IIS AT ALL?

IIS