Click to See Complete Forum and Search --> : forcetype on iis


Anon
02-01-2001, 06:06 PM
I have a php/apache/linux site that i want to run on IIS... trouble is that the site uses forctype (an apache function) a lot.

Is there any IIS eqiv?
or workaround?


<Location /local>
ForceType application/x-httpd-php3
</Location>

thanks.