Showing posts with label iis. Show all posts
Showing posts with label iis. Show all posts

Monday, June 11, 2012

Apache vs. IIS PHP performance comparison


Does anyone know of any links to realistic performance comparisons of IIS vs. Apache for PHP hosting?

Thursday, May 31, 2012

Translating an Apache .htaccess file to an IIS web.config




I developed an application on my local using PHP, MySQL and Apache and it has a .htaccess file containing this:

Wednesday, May 30, 2012

.htaccess or .htpasswd equivalent on IIS?


Does anyone know if there is an equivalent to .htaccess and .htpassword for IIS ? I am being access to migrate an app to IIS that uses .htaccess to control access to sets of files in various URLs based on the contents of .htaccess files.