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.